diff options
author | 2009-10-30 11:30:10 +0000 | |
---|---|---|
committer | 2009-10-30 11:30:10 +0000 | |
commit | 7c9b5b74b2910975218c7ae212c6ebc4c9b09530 (patch) | |
tree | abf8dd0c84b4b3d28fa603c09bafefa8eb8e0ba4 /net-misc | |
parent | arm/x86 stable, bug #287933 (diff) | |
download | gentoo-2-7c9b5b74b2910975218c7ae212c6ebc4c9b09530.tar.gz gentoo-2-7c9b5b74b2910975218c7ae212c6ebc4c9b09530.tar.bz2 gentoo-2-7c9b5b74b2910975218c7ae212c6ebc4c9b09530.zip |
amd64/x86 stable, bug #290112
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ipv6calc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-0.73.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog index 8cf41375a776..b35ed7a646e7 100644 --- a/net-misc/ipv6calc/ChangeLog +++ b/net-misc/ipv6calc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ipv6calc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.26 2009/10/24 18:38:02 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.27 2009/10/30 11:30:10 maekke Exp $ + + 30 Oct 2009; Markus Meier <maekke@gentoo.org> ipv6calc-0.73.0.ebuild: + amd64/x86 stable, bug #290112 24 Oct 2009; Tobias Klausmann <klausman@gentoo.org> ipv6calc-0.73.0.ebuild: diff --git a/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild b/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild index 976e6c3880d9..3f5b0414bf3a 100644 --- a/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-0.73.0.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/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild,v 1.2 2009/10/24 18:38:02 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild,v 1.3 2009/10/30 11:30:10 maekke Exp $ inherit fixheadtails @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ppc ~sparc x86" IUSE="geoip" DEPEND="geoip? ( >=dev-libs/geoip-1.4.1 )" |