diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-12-21 19:32:32 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-12-21 19:32:32 +0000 |
commit | 048390d0d2cf40c7c3e2099e4513d078ff9fe664 (patch) | |
tree | 31c939b93497747aba6d2b45150dccb2aab167c4 /net-misc/ipv6calc | |
parent | x86 stable wrt bug #349262 (diff) | |
download | gentoo-2-048390d0d2cf40c7c3e2099e4513d078ff9fe664.tar.gz gentoo-2-048390d0d2cf40c7c3e2099e4513d078ff9fe664.tar.bz2 gentoo-2-048390d0d2cf40c7c3e2099e4513d078ff9fe664.zip |
x86 stable wrt bug #349264
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'net-misc/ipv6calc')
-rw-r--r-- | net-misc/ipv6calc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-0.80.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog index e5c0d3fc2dbe..23916dfcd586 100644 --- a/net-misc/ipv6calc/ChangeLog +++ b/net-misc/ipv6calc/ChangeLog @@ -1,6 +1,10 @@ # 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.32 2010/12/21 18:39:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.33 2010/12/21 19:32:32 phajdan.jr Exp $ + + 21 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + ipv6calc-0.80.0.ebuild: + x86 stable wrt bug #349264 21 Dec 2010; Markos Chandras <hwoarang@gentoo.org> ipv6calc-0.80.0.ebuild: Stable on amd64 wrt bug #349264 diff --git a/net-misc/ipv6calc/ipv6calc-0.80.0.ebuild b/net-misc/ipv6calc/ipv6calc-0.80.0.ebuild index 090c2aa6750c..e5c887665f7c 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.2 2010/12/21 18:39:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.80.0.ebuild,v 1.3 2010/12/21 19:32:32 phajdan.jr 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 )" |