diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-03-28 07:40:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-03-28 07:40:38 +0000 |
commit | 79a8f8ef86b5f1cb54e4b032d9ec8c703c41a5d8 (patch) | |
tree | a06cb1fba612dedd830be160e4c934ce64ef31da /net-misc/ipv6calc | |
parent | Stable for amd64, wrt bug #404701 (diff) | |
download | gentoo-2-79a8f8ef86b5f1cb54e4b032d9ec8c703c41a5d8.tar.gz gentoo-2-79a8f8ef86b5f1cb54e4b032d9ec8c703c41a5d8.tar.bz2 gentoo-2-79a8f8ef86b5f1cb54e4b032d9ec8c703c41a5d8.zip |
Stable for amd64, wrt bug #404837
(Portage version: 2.1.10.49/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.92.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog index ce35c83df0a0..e686604c9ba7 100644 --- a/net-misc/ipv6calc/ChangeLog +++ b/net-misc/ipv6calc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ipv6calc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.49 2012/03/16 09:58:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.50 2012/03/28 07:40:38 ago Exp $ + + 28 Mar 2012; Agostino Sarubbo <ago@gentoo.org> ipv6calc-0.92.0.ebuild: + Stable for amd64, wrt bug #404837 *ipv6calc-0.93.1 (16 Mar 2012) diff --git a/net-misc/ipv6calc/ipv6calc-0.92.0.ebuild b/net-misc/ipv6calc/ipv6calc-0.92.0.ebuild index e1e8f0a97503..f04cc91af37a 100644 --- a/net-misc/ipv6calc/ipv6calc-0.92.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-0.92.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.92.0.ebuild,v 1.2 2011/10/11 04:57:29 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.92.0.ebuild,v 1.3 2012/03/28 07:40:38 ago Exp $ EAPI="4" 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.7 )" |