diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-12 19:28:29 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-12 19:28:29 +0000 |
commit | 793044d4071aec977dbbf9f54bfa643c10c521e5 (patch) | |
tree | 7bb197fc123653dfa76e24d4f720df2b3ae5265f /app-misc | |
parent | Described macos change (Manifest recommit) (diff) | |
download | gentoo-2-793044d4071aec977dbbf9f54bfa643c10c521e5.tar.gz gentoo-2-793044d4071aec977dbbf9f54bfa643c10c521e5.tar.bz2 gentoo-2-793044d4071aec977dbbf9f54bfa643c10c521e5.zip |
Add ~alpha keyword, bug 63723.
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/countrycodes/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/countrycodes/countrycodes-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/countrycodes/ChangeLog b/app-misc/countrycodes/ChangeLog index e2bc53a516f0..a55fb4db6c42 100644 --- a/app-misc/countrycodes/ChangeLog +++ b/app-misc/countrycodes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/countrycodes # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.6 2004/06/30 07:42:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.7 2004/09/12 19:28:29 kloeri Exp $ + + 12 Sep 2004; Bryan Østergaard <kloeri@gentoo.org> countrycodes-1.0.5.ebuild: + Add ~alpha keyword, bug 63723. 30 Jun 2004; David Holm <dholm@gentoo.org> countrycodes-1.0.5.ebuild: Added to ~ppc. diff --git a/app-misc/countrycodes/countrycodes-1.0.5.ebuild b/app-misc/countrycodes/countrycodes-1.0.5.ebuild index 1638e1dd46b0..b08d50a469c3 100644 --- a/app-misc/countrycodes/countrycodes-1.0.5.ebuild +++ b/app-misc/countrycodes/countrycodes-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.ebuild,v 1.7 2004/06/30 07:42:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5.ebuild,v 1.8 2004/09/12 19:28:29 kloeri Exp $ DESCRIPTION="An ISO 3166 country code finder" HOMEPAGE="http://www.grigna.com/diego/linux/countrycodes/" @@ -8,7 +8,7 @@ SRC_URI="http://www.grigna.com/diego/linux/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc ~mips ~ppc" +KEYWORDS="x86 ~sparc ~mips ~ppc ~alpha" IUSE="" RDEPEND="virtual/libc" |