diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-16 11:10:28 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-16 11:10:28 +0000 |
commit | 0cb3450e4ec7fc6d2f88211610dbb8d959363f9b (patch) | |
tree | b3d07fd5f17083e6187ba7afd60ca29bc2cb7b34 /dev-python/geoip-python | |
parent | Removing empty dir (diff) | |
download | historical-0cb3450e4ec7fc6d2f88211610dbb8d959363f9b.tar.gz historical-0cb3450e4ec7fc6d2f88211610dbb8d959363f9b.tar.bz2 historical-0cb3450e4ec7fc6d2f88211610dbb8d959363f9b.zip |
stable bump
Diffstat (limited to 'dev-python/geoip-python')
-rw-r--r-- | dev-python/geoip-python/geoip-python-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/geoip-python/geoip-python-0.2.0.ebuild b/dev-python/geoip-python/geoip-python-0.2.0.ebuild index a996822ba026..90e9708f4277 100644 --- a/dev-python/geoip-python/geoip-python-0.2.0.ebuild +++ b/dev-python/geoip-python/geoip-python-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-0.2.0.ebuild,v 1.2 2003/11/01 12:48:02 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-0.2.0.ebuild,v 1.3 2004/01/16 11:03:36 liquidx Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://www.maxmind.com/download/geoip/api/python/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" IUSE="" DEPEND=">=dev-libs/geoip-1.2.1 |