diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-10-24 18:38:02 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-10-24 18:38:02 +0000 |
commit | 80f3cfa65d598eb4c5d289550eb2bcb2176d25b0 (patch) | |
tree | 77b41b219ed24dc51665aab10548af7089f86261 /net-misc | |
parent | Fix repoman warning. (diff) | |
download | gentoo-2-80f3cfa65d598eb4c5d289550eb2bcb2176d25b0.tar.gz gentoo-2-80f3cfa65d598eb4c5d289550eb2bcb2176d25b0.tar.bz2 gentoo-2-80f3cfa65d598eb4c5d289550eb2bcb2176d25b0.zip |
Keyworded on alpha, bug #290112
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ipv6calc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-0.73.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog index 1e1f0d717e1c..8cf41375a776 100644 --- a/net-misc/ipv6calc/ChangeLog +++ b/net-misc/ipv6calc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/ipv6calc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.25 2009/09/23 19:38:57 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.26 2009/10/24 18:38:02 klausman Exp $ + + 24 Oct 2009; Tobias Klausmann <klausman@gentoo.org> + ipv6calc-0.73.0.ebuild: + Keyworded on alpha, bug #290112 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ipv6calc-0.51.ebuild: Remove virtual/libc diff --git a/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild b/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild index 824907d4cad0..976e6c3880d9 100644 --- a/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild,v 1.1 2009/08/16 19:21:44 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild,v 1.2 2009/10/24 18:38:02 klausman Exp $ inherit fixheadtails @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="geoip" DEPEND="geoip? ( >=dev-libs/geoip-1.4.1 )" |