diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-12-18 12:02:54 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-12-18 12:02:54 +0000 |
commit | ee3870886e35a7ccda789264c6f6942330ac3348 (patch) | |
tree | ea8db4598d5f805f27f31b67ae79d12fc15d3ab5 /app-misc/countrycodes | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-ee3870886e35a7ccda789264c6f6942330ac3348.tar.gz gentoo-2-ee3870886e35a7ccda789264c6f6942330ac3348.tar.bz2 gentoo-2-ee3870886e35a7ccda789264c6f6942330ac3348.zip |
~amd64
Diffstat (limited to 'app-misc/countrycodes')
-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 d86ea8637bca..5d583e0bbe24 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.11 2004/12/13 03:27:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.12 2004/12/18 11:58:50 blubb Exp $ + + 18 Dec 2004; Simon Stelling <blubb@gentoo.org> countrycodes-1.0.5.ebuild: + added ~amd64 12 Dec 2004; Jason Wever <weeve@gentoo.org> countrycodes-1.0.5.ebuild: Stable on sparc. diff --git a/app-misc/countrycodes/countrycodes-1.0.5.ebuild b/app-misc/countrycodes/countrycodes-1.0.5.ebuild index 97a88e1d3bc5..94d941899c74 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.11 2004/12/13 03:27:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5.ebuild,v 1.12 2004/12/18 11:58:50 blubb 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 ~alpha ppc64" +KEYWORDS="x86 sparc ~mips ppc ~alpha ppc64 ~amd64" IUSE="" RDEPEND="virtual/libc" |