diff options
author | 2012-08-23 14:39:18 +0000 | |
---|---|---|
committer | 2012-08-23 14:39:18 +0000 | |
commit | 6e10b06db13ec01b6b1569df813b83cfde8bd649 (patch) | |
tree | 06cadf8dc6fd660cc62fb4996a7a05587cbad3a3 /net-misc | |
parent | ppc stable (bug 419283). (diff) | |
download | gentoo-2-6e10b06db13ec01b6b1569df813b83cfde8bd649.tar.gz gentoo-2-6e10b06db13ec01b6b1569df813b83cfde8bd649.tar.bz2 gentoo-2-6e10b06db13ec01b6b1569df813b83cfde8bd649.zip |
ppc stable (bug 419303).
(Portage version: 2.1.11.10/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.93.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog index d52fa33636dd..5912ff1a0967 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.56 2012/08/05 11:18:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.57 2012/08/23 14:39:18 xmw Exp $ + + 23 Aug 2012; Michael Weber <xmw@gentoo.org> ipv6calc-0.93.1.ebuild: + ppc stable (bug 419303). 05 Aug 2012; Jeroen Roovers <jer@gentoo.org> ipv6calc-0.93.1.ebuild: Stable for HPPA (bug #419303). diff --git a/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild b/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild index 81410e2a2165..b22feef44827 100644 --- a/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild +++ b/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild @@ -1,6 +1,6 @@ # 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.93.1.ebuild,v 1.4 2012/08/05 11:18:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild,v 1.5 2012/08/23 14:39:18 xmw 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 )" |