diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 02:16:30 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 02:16:30 +0000 |
commit | 5b91a185505c0d7b166812b87bfc56fd3dccf8fb (patch) | |
tree | 647b71e81d0a0fb215ae02a9fecdc2eb8525c40f /net-analyzer | |
parent | repoman fix and use lightweight rpm2targz to manipulate the rpm (diff) | |
download | gentoo-2-5b91a185505c0d7b166812b87bfc56fd3dccf8fb.tar.gz gentoo-2-5b91a185505c0d7b166812b87bfc56fd3dccf8fb.tar.bz2 gentoo-2-5b91a185505c0d7b166812b87bfc56fd3dccf8fb.zip |
repoman fix
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/hping/hping-2.0.0_rc2.ebuild b/net-analyzer/hping/hping-2.0.0_rc2.ebuild index 47eccd0719ad..c99157266f9c 100644 --- a/net-analyzer/hping/hping-2.0.0_rc2.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2.ebuild,v 1.1 2003/03/01 22:55:56 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2.ebuild,v 1.2 2003/03/27 02:13:16 seemant Exp $ # NOTE: author couldn't make up mind over tarball names, directory names, # etc... hense the need to hardcode S and SRC_URI :( @@ -11,7 +11,7 @@ HOMEPAGE="http://www.hping.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~sparc64" +KEYWORDS="~x86 ~sparc" DEPEND="net-libs/libpcap" |