diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-21 00:01:15 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-21 00:01:15 +0000 |
commit | faa422298fff538e0efc5179e209a353d08e3aa5 (patch) | |
tree | c4b4be15239cc04108d5a1422f11fb6e77c3d3ed /net-analyzer | |
parent | Add ~ppc (diff) | |
download | gentoo-2-faa422298fff538e0efc5179e209a353d08e3aa5.tar.gz gentoo-2-faa422298fff538e0efc5179e209a353d08e3aa5.tar.bz2 gentoo-2-faa422298fff538e0efc5179e209a353d08e3aa5.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/netcat6/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/netcat6/netcat6-1.0-r2.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-analyzer/netcat6/ChangeLog b/net-analyzer/netcat6/ChangeLog index 32adc8bd1a24..43ad26568573 100644 --- a/net-analyzer/netcat6/ChangeLog +++ b/net-analyzer/netcat6/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/netcat6 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat6/ChangeLog,v 1.30 2012/07/24 00:16:06 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat6/ChangeLog,v 1.31 2013/02/21 00:01:15 zmedico Exp $ + + 21 Feb 2013; Zac Medico <zmedico@gentoo.org> netcat6-1.0-r2.ebuild: + Add ~arm-linux keyword. 24 Jul 2012; Anthony G. Basile <blueness@gentoo.org> netcat6-1.0-r2.ebuild: Keyword ~mips @@ -103,4 +106,3 @@ 02 Jun 2003; Peter Johanson <latexer@gentoo.org> netcat6-0.5.ebuild: Initial import. Netcat version that supports IPv6 also - diff --git a/net-analyzer/netcat6/netcat6-1.0-r2.ebuild b/net-analyzer/netcat6/netcat6-1.0-r2.ebuild index 17ac4a475244..e37ce8767e77 100644 --- a/net-analyzer/netcat6/netcat6-1.0-r2.ebuild +++ b/net-analyzer/netcat6/netcat6-1.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat6/netcat6-1.0-r2.ebuild,v 1.10 2012/07/24 00:16:06 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat6/netcat6-1.0-r2.ebuild,v 1.11 2013/02/21 00:01:15 zmedico Exp $ inherit eutils autotools @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/nc6-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="ipv6 nls bluetooth" # need to block netcat as we provide the "nc" file now too |