diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-08-05 11:18:59 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-08-05 11:18:59 +0000 |
commit | 9536b582656a5e2df7b22add56f384b3685eca19 (patch) | |
tree | 44be16390d7c827d9508c734b083d3a3b1e2d1bc /net-misc/ipv6calc | |
parent | Use full compiler name wrt #429928 by Julian Ospald (diff) | |
download | gentoo-2-9536b582656a5e2df7b22add56f384b3685eca19.tar.gz gentoo-2-9536b582656a5e2df7b22add56f384b3685eca19.tar.bz2 gentoo-2-9536b582656a5e2df7b22add56f384b3685eca19.zip |
Stable for HPPA (bug #419303).
(Portage version: 2.2.0_alpha120/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 1fdeb5cf8e38..d52fa33636dd 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.55 2012/08/03 11:55:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.56 2012/08/05 11:18:59 jer Exp $ + + 05 Aug 2012; Jeroen Roovers <jer@gentoo.org> ipv6calc-0.93.1.ebuild: + Stable for HPPA (bug #419303). 03 Aug 2012; Markos Chandras <hwoarang@gentoo.org> ipv6calc-0.93.1.ebuild: Stable on amd64 wrt bug #419303 diff --git a/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild b/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild index d0c1152f430e..81410e2a2165 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.3 2012/08/03 11:55:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild,v 1.4 2012/08/05 11:18:59 jer 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 )" |