diff options
author | Brent Baude <ranger@gentoo.org> | 2010-10-24 15:50:11 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-10-24 15:50:11 +0000 |
commit | b5df8dbb2d9d4f4d2baa7fb17ef6849915682830 (patch) | |
tree | a6baeb9126b3d5201024311817db1c0f77e4a3d9 /app-misc | |
parent | stable ppc, bug 316309 (diff) | |
download | gentoo-2-b5df8dbb2d9d4f4d2baa7fb17ef6849915682830.tar.gz gentoo-2-b5df8dbb2d9d4f4d2baa7fb17ef6849915682830.tar.bz2 gentoo-2-b5df8dbb2d9d4f4d2baa7fb17ef6849915682830.zip |
stable ppc, bug 342137
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/countrycodes/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/countrycodes/ChangeLog b/app-misc/countrycodes/ChangeLog index 0395401ceadf..aaf169b44e49 100644 --- a/app-misc/countrycodes/ChangeLog +++ b/app-misc/countrycodes/ChangeLog @@ -1,6 +1,9 @@ # 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.24 2010/10/23 22:49:52 c1pher Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.25 2010/10/24 15:50:11 ranger Exp $ + + 24 Oct 2010; Brent Baude <ranger@gentoo.org> countrycodes-1.0.5-r1.ebuild: + stable ppc, bug 342137 23 Oct 2010; Dane Smith <c1pher@gentoo.org> countrycodes-1.0.5-r1.ebuild: Stable x86 wrt bug 342137. diff --git a/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild b/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild index 68f053c4304a..b2c9d5ee5972 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.3 2010/10/23 22:49:52 c1pher Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild,v 1.4 2010/10/24 15:50:11 ranger 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 |