diff options
author | Brent Baude <ranger@gentoo.org> | 2010-12-29 01:34:08 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-12-29 01:34:08 +0000 |
commit | 6119f16920f439873f57ba57967f75709934ec7a (patch) | |
tree | 602b782b3d4ded6e751d05e75e6cc218e9631fc0 /app-misc/countrycodes | |
parent | stable ppc64, bug 345279 (diff) | |
download | gentoo-2-6119f16920f439873f57ba57967f75709934ec7a.tar.gz gentoo-2-6119f16920f439873f57ba57967f75709934ec7a.tar.bz2 gentoo-2-6119f16920f439873f57ba57967f75709934ec7a.zip |
stable ppc64, bug 342137
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'app-misc/countrycodes')
-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 de225ef2144b..777ee701d548 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.26 2010/12/05 18:07:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.27 2010/12/29 01:34:08 ranger Exp $ + + 29 Dec 2010; Brent Baude <ranger@gentoo.org> countrycodes-1.0.5-r1.ebuild: + stable ppc64, bug 342137 05 Dec 2010; Raúl Porcel <armin76@gentoo.org> countrycodes-1.0.5-r1.ebuild: alpha/sparc stable wrt #342137 diff --git a/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild b/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild index 5ad8d4d7b1f4..bc9fcae2f04c 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.5 2010/12/05 18:07:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild,v 1.6 2010/12/29 01:34:08 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 |