diff options
Diffstat (limited to 'dev-python/geoip-python/geoip-python-1.3.2.ebuild')
-rw-r--r-- | dev-python/geoip-python/geoip-python-1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/geoip-python/geoip-python-1.3.2.ebuild b/dev-python/geoip-python/geoip-python-1.3.2.ebuild index f1f17690b39a..5088d87445f5 100644 --- a/dev-python/geoip-python/geoip-python-1.3.2.ebuild +++ b/dev-python/geoip-python/geoip-python-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.2.ebuild,v 1.5 2015/07/29 15:14:02 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.2.ebuild,v 1.6 2015/08/02 18:38:54 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) @@ -16,7 +16,7 @@ SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.ta LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ppc ~sparc x86 ~x86-fbsd" IUSE="examples test" RDEPEND=">=dev-libs/geoip-1.4.8" |