diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-12-05 18:07:50 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-12-05 18:07:50 +0000 |
commit | b2998d45736b92bc775247042618c17e6eda1599 (patch) | |
tree | 652c85728c4680cf1085774a3fd17a92393649d8 /app-misc/countrycodes | |
parent | Drop alpha keywords (diff) | |
download | gentoo-2-b2998d45736b92bc775247042618c17e6eda1599.tar.gz gentoo-2-b2998d45736b92bc775247042618c17e6eda1599.tar.bz2 gentoo-2-b2998d45736b92bc775247042618c17e6eda1599.zip |
alpha/sparc stable wrt #342137
(Portage version: 2.1.9.24/cvs/Linux ia64)
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 aaf169b44e49..de225ef2144b 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.25 2010/10/24 15:50:11 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.26 2010/12/05 18:07:50 armin76 Exp $ + + 05 Dec 2010; Raúl Porcel <armin76@gentoo.org> countrycodes-1.0.5-r1.ebuild: + alpha/sparc stable wrt #342137 24 Oct 2010; Brent Baude <ranger@gentoo.org> countrycodes-1.0.5-r1.ebuild: stable ppc, 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 b2c9d5ee5972..5ad8d4d7b1f4 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.4 2010/10/24 15:50:11 ranger Exp $ +# $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 $ 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 |