diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:15:46 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:15:46 +0000 |
commit | 47907ed0c19cc78a35822623df2489b7fe1cb59d (patch) | |
tree | f3e8cb7311f8be2d07b6c91a3aec71418994878e /net-firewall/arptables | |
parent | Fixed compile issue. (Manifest recommit) (diff) | |
download | gentoo-2-47907ed0c19cc78a35822623df2489b7fe1cb59d.tar.gz gentoo-2-47907ed0c19cc78a35822623df2489b7fe1cb59d.tar.bz2 gentoo-2-47907ed0c19cc78a35822623df2489b7fe1cb59d.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-firewall/arptables')
-rw-r--r-- | net-firewall/arptables/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/arptables/arptables-0.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-firewall/arptables/ChangeLog b/net-firewall/arptables/ChangeLog index 6d3e11d729b4..9d0fc0316eb1 100644 --- a/net-firewall/arptables/ChangeLog +++ b/net-firewall/arptables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/arptables # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.2 2004/06/24 22:38:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.3 2004/07/01 22:13:53 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + arptables-0.0.3.ebuild: + virtual/glibc -> virtual/libc *arptables-0.0.3 (28 Feb 2004) diff --git a/net-firewall/arptables/arptables-0.0.3.ebuild b/net-firewall/arptables/arptables-0.0.3.ebuild index 268c2cab89eb..a41a1e8de346 100644 --- a/net-firewall/arptables/arptables-0.0.3.ebuild +++ b/net-firewall/arptables/arptables-0.0.3.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-firewall/arptables/arptables-0.0.3.ebuild,v 1.3 2004/06/24 22:38:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.ebuild,v 1.4 2004/07/01 22:13:53 eradicator Exp $ EXT=-2 DESCRIPTION="Arptables is used to set up, maintain, and inspect the tables of ARP rules in the Linux kernel. It is analogous to iptables, but operates at the ARP layer rather than the IP layer." @@ -13,7 +13,7 @@ SLOT="0" S=${WORKDIR}/${PN}-v${PV}${EXT}/ -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { cd ${S} |