diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-22 16:54:30 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-22 16:54:30 +0000 |
commit | c0027aaa65c68ffbf9bde378c948a1e1adcf736f (patch) | |
tree | c50e427b2e323b6d24eb7078b592a975b1b253dc /app-misc/countrycodes | |
parent | Stable on amd64 wrt bug #342015 (diff) | |
download | gentoo-2-c0027aaa65c68ffbf9bde378c948a1e1adcf736f.tar.gz gentoo-2-c0027aaa65c68ffbf9bde378c948a1e1adcf736f.tar.bz2 gentoo-2-c0027aaa65c68ffbf9bde378c948a1e1adcf736f.zip |
Stable on amd64 wrt bug #342137
(Portage version: 2.2_rc99/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/countrycodes')
-rw-r--r-- | app-misc/countrycodes/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-misc/countrycodes/ChangeLog b/app-misc/countrycodes/ChangeLog index aef8c1bb19b8..7799c62a524e 100644 --- a/app-misc/countrycodes/ChangeLog +++ b/app-misc/countrycodes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/countrycodes # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.22 2010/10/19 06:01:05 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.23 2010/10/22 16:54:30 hwoarang Exp $ + + 22 Oct 2010; Markos Chandras <hwoarang@gentoo.org> + countrycodes-1.0.5-r1.ebuild: + Stable on amd64 wrt bug #342137 19 Oct 2010; Mart Raudsepp <leio@gentoo.org> countrycodes-1.0.5.ebuild: Drop to ~mips diff --git a/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild b/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild index a82ec0d41645..71d7f25008af 100644 --- a/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild +++ b/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild,v 1.1 2010/09/18 15:20:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild,v 1.2 2010/10/22 16:54:30 hwoarang Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="http://www.grigna.com/diego/linux/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" S="${WORKDIR}"/${P}/src |