diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:18:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:18:37 +0000 |
commit | f5f60596e1b1c5ddc23f1aca0b480f0fd7c4708f (patch) | |
tree | c6fa336171340132361eb326ed30cabc0d652d1b /net-misc/portfwd/portfwd-0.26_rc6-r1.ebuild | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | gentoo-2-f5f60596e1b1c5ddc23f1aca0b480f0fd7c4708f.tar.gz gentoo-2-f5f60596e1b1c5ddc23f1aca0b480f0fd7c4708f.tar.bz2 gentoo-2-f5f60596e1b1c5ddc23f1aca0b480f0fd7c4708f.zip |
sync IUSE (missing)
Diffstat (limited to 'net-misc/portfwd/portfwd-0.26_rc6-r1.ebuild')
-rw-r--r-- | net-misc/portfwd/portfwd-0.26_rc6-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/portfwd/portfwd-0.26_rc6-r1.ebuild b/net-misc/portfwd/portfwd-0.26_rc6-r1.ebuild index ac8aef805d3c..adf8d55d365a 100644 --- a/net-misc/portfwd/portfwd-0.26_rc6-r1.ebuild +++ b/net-misc/portfwd/portfwd-0.26_rc6-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-misc/portfwd/portfwd-0.26_rc6-r1.ebuild,v 1.3 2004/06/25 00:05:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/portfwd-0.26_rc6-r1.ebuild,v 1.4 2004/07/15 03:18:37 agriffis Exp $ DESCRIPTION="Port Forwarding Daemon" SRC_URI="mirror://sourceforge/${PN}/${P/_/}.tar.gz" @@ -9,6 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ia64 ~amd64" +IUSE="" DEPEND=">=sys-apps/sed-4" RDEPEND="${DEPEND}" |