diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2004-07-25 02:04:51 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2004-07-25 02:04:51 +0000 |
commit | de6d609171ae4dfc5631bb82c0875e4fd487574e (patch) | |
tree | d3a19d337a2774be3b6216b5f7c05121b9e8bdd6 /net-analyzer | |
parent | version bump (bug #58238) (Manifest recommit) (diff) | |
download | gentoo-2-de6d609171ae4dfc5631bb82c0875e4fd487574e.tar.gz gentoo-2-de6d609171ae4dfc5631bb82c0875e4fd487574e.tar.bz2 gentoo-2-de6d609171ae4dfc5631bb82c0875e4fd487574e.zip |
Stable macos.
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/gnu-netcat/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/gnu-netcat/ChangeLog b/net-analyzer/gnu-netcat/ChangeLog index 7854a28f6f4c..089547bc9912 100644 --- a/net-analyzer/gnu-netcat/ChangeLog +++ b/net-analyzer/gnu-netcat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/gnu-netcat # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnu-netcat/ChangeLog,v 1.3 2004/07/01 19:47:47 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnu-netcat/ChangeLog,v 1.4 2004/07/25 02:04:51 j4rg0n Exp $ + + 24 Jul 2004; Lina Pezzella <burgundy@gentoo.org> : + gnu-netcat-0.7.1: + Stable macos. 01 Jul 2004; Jon Hood <squinky86@gentoo.org> gnu-netcat-0.7.1.ebuild: change virtual/glibc to virtual/libc 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 cf5289a0aea8..710532e3c8ac 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-2004 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.3 2004/07/01 19:47:47 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild,v 1.4 2004/07/25 02:04:51 j4rg0n Exp $ inherit eutils gcc 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" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 macos" IUSE="nls debug" DEPEND="virtual/libc" |