diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-07 18:27:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-07 18:27:09 +0000 |
commit | f7a32bfc23cf8ee183c9463f576b25331a89bb62 (patch) | |
tree | 8e8dbf5916439844abd5e11a7f3dc958705c1087 /net-misc/emirror | |
parent | rev bump to move everything back to /lib/udev from /usr/lib/udev. (diff) | |
download | gentoo-2-f7a32bfc23cf8ee183c9463f576b25331a89bb62.tar.gz gentoo-2-f7a32bfc23cf8ee183c9463f576b25331a89bb62.tar.bz2 gentoo-2-f7a32bfc23cf8ee183c9463f576b25331a89bb62.zip |
Stable for amd64, wrt bug #397167
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/emirror')
-rw-r--r-- | net-misc/emirror/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/emirror/emirror-2.2.0.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/emirror/ChangeLog b/net-misc/emirror/ChangeLog index ee76b37ff0db..3c1043081602 100644 --- a/net-misc/emirror/ChangeLog +++ b/net-misc/emirror/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/emirror # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/emirror/ChangeLog,v 1.12 2012/02/16 19:05:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/emirror/ChangeLog,v 1.13 2012/08/07 18:27:09 ago Exp $ + + 07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> emirror-2.2.0.0.4.ebuild: + Stable for amd64, wrt bug #397167 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> emirror-2.2.0.0.4.ebuild: diff --git a/net-misc/emirror/emirror-2.2.0.0.4.ebuild b/net-misc/emirror/emirror-2.2.0.0.4.ebuild index 17253de23265..58bba5008837 100644 --- a/net-misc/emirror/emirror-2.2.0.0.4.ebuild +++ b/net-misc/emirror/emirror-2.2.0.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/emirror/emirror-2.2.0.0.4.ebuild,v 1.2 2012/02/16 19:05:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/emirror/emirror-2.2.0.0.4.ebuild,v 1.3 2012/08/07 18:27:09 ago Exp $ inherit versionator @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" S="${WORKDIR}"/${PN}-${MY_PV} |