diff options
author | 2012-09-09 17:32:56 +0000 | |
---|---|---|
committer | 2012-09-09 17:32:56 +0000 | |
commit | a2fccebabadbc8623ea1550d0cd3719e7c6fe4ae (patch) | |
tree | 8048cd5d8868b1a6c8b290274f773bab365ffb90 /net-misc/ipv6calc | |
parent | Require libusb:1 instead of libusb:0 for bug #434448. (diff) | |
download | gentoo-2-a2fccebabadbc8623ea1550d0cd3719e7c6fe4ae.tar.gz gentoo-2-a2fccebabadbc8623ea1550d0cd3719e7c6fe4ae.tar.bz2 gentoo-2-a2fccebabadbc8623ea1550d0cd3719e7c6fe4ae.zip |
sparc stable wrt #419303
(Portage version: 2.1.11.9/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.93.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog index 5912ff1a0967..43dc0fcb9db7 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.57 2012/08/23 14:39:18 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.58 2012/09/09 17:32:56 armin76 Exp $ + + 09 Sep 2012; Raúl Porcel <armin76@gentoo.org> ipv6calc-0.93.1.ebuild: + sparc stable wrt #419303 23 Aug 2012; Michael Weber <xmw@gentoo.org> ipv6calc-0.93.1.ebuild: ppc stable (bug 419303). diff --git a/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild b/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild index b22feef44827..b4377f7c423c 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.5 2012/08/23 14:39:18 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild,v 1.6 2012/09/09 17:32:56 armin76 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 )" |