diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-09-15 18:37:29 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-09-15 18:37:29 +0000 |
commit | d62802d90bb4f6a859ffc501fbeb6cf8afec655c (patch) | |
tree | fc8ff6e48f73dab64e138052dce907fe5c4c0562 /net-analyzer/httping/httping-0.0.94-r1.ebuild | |
parent | get_libdir updates. Fix bug #60734. (Manifest recommit) (diff) | |
download | gentoo-2-d62802d90bb4f6a859ffc501fbeb6cf8afec655c.tar.gz gentoo-2-d62802d90bb4f6a859ffc501fbeb6cf8afec655c.tar.bz2 gentoo-2-d62802d90bb4f6a859ffc501fbeb6cf8afec655c.zip |
stable and unstable version bumps
Diffstat (limited to 'net-analyzer/httping/httping-0.0.94-r1.ebuild')
-rw-r--r-- | net-analyzer/httping/httping-0.0.94-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/httping/httping-0.0.94-r1.ebuild b/net-analyzer/httping/httping-0.0.94-r1.ebuild index 019137925e15..3a5b5d62896b 100644 --- a/net-analyzer/httping/httping-0.0.94-r1.ebuild +++ b/net-analyzer/httping/httping-0.0.94-r1.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/httping/httping-0.0.94-r1.ebuild,v 1.1 2004/08/30 22:19:44 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-0.0.94-r1.ebuild,v 1.2 2004/09/15 18:37:29 squinky86 Exp $ DESCRIPTION="http protocol ping-like program" HOMEPAGE="http://www.vanheusden.com/httping/" @@ -8,7 +8,7 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ppc64" +KEYWORDS="x86 ~ppc ppc64" IUSE="ssl" DEPEND=">=sys-libs/ncurses-5" |