diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-15 21:50:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-15 21:50:31 +0000 |
commit | 2cebc4e931f5e4be9befaa2813ac9d01ce9d7adf (patch) | |
tree | 1b8004f1d2eb0ca255ed73320e4668918d930a53 /net-analyzer/gnu-netcat | |
parent | Fixing digest and disabling German support for the time being. (diff) | |
download | historical-2cebc4e931f5e4be9befaa2813ac9d01ce9d7adf.tar.gz historical-2cebc4e931f5e4be9befaa2813ac9d01ce9d7adf.tar.bz2 historical-2cebc4e931f5e4be9befaa2813ac9d01ce9d7adf.zip |
Mark 0.7.1 stable on alpha
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'net-analyzer/gnu-netcat')
-rw-r--r-- | net-analyzer/gnu-netcat/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/gnu-netcat/ChangeLog b/net-analyzer/gnu-netcat/ChangeLog index a83254e7cfab..bdebc136d426 100644 --- a/net-analyzer/gnu-netcat/ChangeLog +++ b/net-analyzer/gnu-netcat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/gnu-netcat # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnu-netcat/ChangeLog,v 1.8 2005/05/16 00:51:24 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnu-netcat/ChangeLog,v 1.9 2005/09/15 21:50:31 agriffis Exp $ + + 15 Sep 2005; Aron Griffis <agriffis@gentoo.org> gnu-netcat-0.7.1.ebuild: + Mark 0.7.1 stable on alpha 15 May 2005; Marcelo Goes <vanquirius@gentoo.org> gnu-netcat-0.7.1.ebuild: Use toolchain-funcs.eclass instead of gcc.eclass. See bug 92745. diff --git a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild b/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild index c72cedeccc57..119c0ba5db1a 100644 --- a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild +++ b/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild,v 1.9 2005/05/16 00:51:24 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild,v 1.10 2005/09/15 21:50:31 agriffis Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/netcat/netcat-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~alpha ~arm ~hppa ~amd64 ppc-macos" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc ppc-macos sparc x86" IUSE="nls debug" DEPEND="virtual/libc" |