diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:03:21 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:03:21 +0000 |
commit | 5578fb9cb045557f34b95e6f18694be4bc851cd3 (patch) | |
tree | 82c662977de993df21489bd600978ab687591363 /net-analyzer/neti | |
parent | virtual/glibc -> virtual/libc, add IUSE and metadata.xml (diff) | |
download | historical-5578fb9cb045557f34b95e6f18694be4bc851cd3.tar.gz historical-5578fb9cb045557f34b95e6f18694be4bc851cd3.tar.bz2 historical-5578fb9cb045557f34b95e6f18694be4bc851cd3.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-analyzer/neti')
-rw-r--r-- | net-analyzer/neti/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/neti/neti-1.01.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/neti/ChangeLog b/net-analyzer/neti/ChangeLog index 475b40c619e8..401be116ca4f 100644 --- a/net-analyzer/neti/ChangeLog +++ b/net-analyzer/neti/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/neti # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/neti/ChangeLog,v 1.4 2004/06/24 22:11:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/neti/ChangeLog,v 1.5 2004/07/01 20:03:21 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> neti-1.01.ebuild: + change virtual/glibc to virtual/libc 23 Jun 2004; David Holm <dholm@gentoo.org> neti-1.01.ebuild: Added to ~ppc. diff --git a/net-analyzer/neti/neti-1.01.ebuild b/net-analyzer/neti/neti-1.01.ebuild index 83cbf5e2043c..0eb482e335df 100644 --- a/net-analyzer/neti/neti-1.01.ebuild +++ b/net-analyzer/neti/neti-1.01.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/neti/neti-1.01.ebuild,v 1.4 2004/06/24 22:11:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/neti/neti-1.01.ebuild,v 1.5 2004/07/01 20:03:21 squinky86 Exp $ DESCRIPTION="NETI@Home research project from GATech" HOMEPAGE="http://www.neti.gatech.edu" @@ -15,11 +15,11 @@ IUSE="zlib java" RDEPEND="java? ( || ( >=virtual/jdk-1.2 >=virtual/jre-1.2 ) ) net-libs/libpcap net-analyzer/ethereal - virtual/glibc" + virtual/libc" DEPEND="java? ( >=virtual/jdk-1.2 ) net-libs/libpcap - virtual/glibc + virtual/libc sys-devel/autoconf sys-devel/automake sys-devel/gcc" |