diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-01-09 16:55:31 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-01-09 16:55:31 +0000 |
commit | 377438bfe7c3f0c12d093cd1e03cff2618daf4b1 (patch) | |
tree | a34af1094dd531036cf88841a2532c71693842d8 /dev-ruby/net-geoip/net-geoip-0.07.ebuild | |
parent | Do not run valgrind tests (bug #335301). (diff) | |
download | historical-377438bfe7c3f0c12d093cd1e03cff2618daf4b1.tar.gz historical-377438bfe7c3f0c12d093cd1e03cff2618daf4b1.tar.bz2 historical-377438bfe7c3f0c12d093cd1e03cff2618daf4b1.zip |
ia64 stable wrt #349891
Package-Manager: portage-2.1.9.25/cvs/Linux ia64
Diffstat (limited to 'dev-ruby/net-geoip/net-geoip-0.07.ebuild')
-rw-r--r-- | dev-ruby/net-geoip/net-geoip-0.07.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/net-geoip/net-geoip-0.07.ebuild b/dev-ruby/net-geoip/net-geoip-0.07.ebuild index 5d1f4d133189..2fd57c7783c0 100644 --- a/dev-ruby/net-geoip/net-geoip-0.07.ebuild +++ b/dev-ruby/net-geoip/net-geoip-0.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-geoip/net-geoip-0.07.ebuild,v 1.4 2011/01/02 14:55:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-geoip/net-geoip-0.07.ebuild,v 1.5 2011/01/09 16:55:31 armin76 Exp $ EAPI="2" USE_RUBY="ruby18" @@ -15,7 +15,7 @@ SRC_URI="http://geolite.maxmind.com/download/geoip/api/ruby/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ppc64 x86" +KEYWORDS="amd64 ia64 ~ppc ppc64 x86" DEPEND="${DEPEND} >=dev-libs/geoip-1.2.1" RDEPEND="${RDEPEND} >=dev-libs/geoip-1.2.1" |