diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-12-21 18:39:15 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-12-21 18:39:15 +0000 |
commit | a532e5eb482be78b9165311b23917ed80326c667 (patch) | |
tree | 2185ec44fb015a619c349157ec1594ef09c0a3f2 /net-misc/ipv6calc | |
parent | Stable on amd64 wrt bug #349213 (diff) | |
download | gentoo-2-a532e5eb482be78b9165311b23917ed80326c667.tar.gz gentoo-2-a532e5eb482be78b9165311b23917ed80326c667.tar.bz2 gentoo-2-a532e5eb482be78b9165311b23917ed80326c667.zip |
Stable on amd64 wrt bug #349264
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/ipv6calc')
-rw-r--r-- | net-misc/ipv6calc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-0.80.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog index 604264e64f8f..e5c0d3fc2dbe 100644 --- a/net-misc/ipv6calc/ChangeLog +++ b/net-misc/ipv6calc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ipv6calc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.31 2010/09/21 20:52:08 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.32 2010/12/21 18:39:15 hwoarang Exp $ + + 21 Dec 2010; Markos Chandras <hwoarang@gentoo.org> ipv6calc-0.80.0.ebuild: + Stable on amd64 wrt bug #349264 *ipv6calc-0.80.0 (21 Sep 2010) diff --git a/net-misc/ipv6calc/ipv6calc-0.80.0.ebuild b/net-misc/ipv6calc/ipv6calc-0.80.0.ebuild index 7a4b2a75524e..090c2aa6750c 100644 --- a/net-misc/ipv6calc/ipv6calc-0.80.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-0.80.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.80.0.ebuild,v 1.1 2010/09/21 20:52:08 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.80.0.ebuild,v 1.2 2010/12/21 18:39:15 hwoarang Exp $ EAPI="2" inherit fixheadtails @@ -11,7 +11,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 )" |