diff options
author | 2004-07-01 17:26:05 +0000 | |
---|---|---|
committer | 2004-07-01 17:26:05 +0000 | |
commit | 405dca23e7f10d190a370a7519c3b623f46748ed (patch) | |
tree | 26526be673dcad27555aede51c570094799dd84d /net-analyzer/braa | |
parent | add missing IUSE and metadata, virtual/glibc -> virtual/libc (diff) | |
download | historical-405dca23e7f10d190a370a7519c3b623f46748ed.tar.gz historical-405dca23e7f10d190a370a7519c3b623f46748ed.tar.bz2 historical-405dca23e7f10d190a370a7519c3b623f46748ed.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-analyzer/braa')
-rw-r--r-- | net-analyzer/braa/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/braa/braa-0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/braa/ChangeLog b/net-analyzer/braa/ChangeLog index fb513510389b..6baf174e37f8 100644 --- a/net-analyzer/braa/ChangeLog +++ b/net-analyzer/braa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/braa # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/braa/ChangeLog,v 1.3 2004/06/24 21:57:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/braa/ChangeLog,v 1.4 2004/07/01 17:26:05 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> braa-0.8.ebuild: + change virtual/glibc to virtual/libc 09 Jun 2004; David Holm <dholm@gentoo.org> braa-0.8.ebuild: Added to ~ppc. diff --git a/net-analyzer/braa/braa-0.8.ebuild b/net-analyzer/braa/braa-0.8.ebuild index 256e2f5633f5..b7ec5ea8f75e 100644 --- a/net-analyzer/braa/braa-0.8.ebuild +++ b/net-analyzer/braa/braa-0.8.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/braa/braa-0.8.ebuild,v 1.3 2004/06/24 21:57:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/braa/braa-0.8.ebuild,v 1.4 2004/07/01 17:26:05 squinky86 Exp $ DESCRIPTION="Quick and dirty mass SNMP scanner" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { emake || die "emake failed" |