diff options
author | 2009-07-06 20:42:47 +0000 | |
---|---|---|
committer | 2009-07-06 20:42:47 +0000 | |
commit | f137758eba03fa1a6e22a8e00ee56113c4970569 (patch) | |
tree | edbad87d5abc0b1b121fd919498fe191545ca3b1 /dev-libs/geoip | |
parent | Fix --as-needed thanks to Kevin Pyle (bug #276797). (diff) | |
download | gentoo-2-f137758eba03fa1a6e22a8e00ee56113c4970569.tar.gz gentoo-2-f137758eba03fa1a6e22a8e00ee56113c4970569.tar.bz2 gentoo-2-f137758eba03fa1a6e22a8e00ee56113c4970569.zip |
keyword ~x86-fbsd, bug #262547
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/geoip')
-rw-r--r-- | dev-libs/geoip/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/geoip/geoip-1.4.6.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/geoip/ChangeLog b/dev-libs/geoip/ChangeLog index 2a1648992dd4..dab31583007c 100644 --- a/dev-libs/geoip/ChangeLog +++ b/dev-libs/geoip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/geoip -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.104 2009/04/26 16:08:32 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.105 2009/07/06 20:42:47 aballier Exp $ + + 06 Jul 2009; Alexis Ballier <aballier@gentoo.org> geoip-1.4.6.ebuild: + keyword ~x86-fbsd, bug #262547 26 Apr 2009; Raúl Porcel <armin76@gentoo.org> geoip-1.4.5.ebuild: arm/s390/sh stable diff --git a/dev-libs/geoip/geoip-1.4.6.ebuild b/dev-libs/geoip/geoip-1.4.6.ebuild index f7932b3b4121..6fea07e7beed 100644 --- a/dev-libs/geoip/geoip-1.4.6.ebuild +++ b/dev-libs/geoip/geoip-1.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.4.6.ebuild,v 1.6 2009/03/23 14:16:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.4.6.ebuild,v 1.7 2009/07/06 20:42:47 aballier Exp $ EAPI=2 inherit libtool @@ -14,7 +14,7 @@ SRC_URI="http://www.maxmind.com/download/geoip/api/c/${MY_P}.tar.gz" # GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db LICENSE="LGPL-2.1 GPL-2 MaxMind" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="perl-geoipupdate" DEPEND="" |