diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-26 05:57:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-26 05:57:37 +0000 |
commit | 0593cb5c7304c0eac0146035042201705548a72c (patch) | |
tree | 344314aa50a7c5a7f6fee208d3cf4f95a82c81e0 /net-dialup/ppp/ppp-2.4.1-r13.ebuild | |
parent | remove useless pppd virtual (diff) | |
download | gentoo-2-0593cb5c7304c0eac0146035042201705548a72c.tar.gz gentoo-2-0593cb5c7304c0eac0146035042201705548a72c.tar.bz2 gentoo-2-0593cb5c7304c0eac0146035042201705548a72c.zip |
remove useless virtual
Diffstat (limited to 'net-dialup/ppp/ppp-2.4.1-r13.ebuild')
-rw-r--r-- | net-dialup/ppp/ppp-2.4.1-r13.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/net-dialup/ppp/ppp-2.4.1-r13.ebuild b/net-dialup/ppp/ppp-2.4.1-r13.ebuild index c73a4b522022..3fb9458096ec 100644 --- a/net-dialup/ppp/ppp-2.4.1-r13.ebuild +++ b/net-dialup/ppp/ppp-2.4.1-r13.ebuild @@ -1,21 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r13.ebuild,v 1.6 2003/09/11 01:23:01 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r13.ebuild,v 1.7 2003/09/26 05:57:37 vapier Exp $ -IUSE="crypt ipv6 activefilter" S=${WORKDIR}/${P}.pppoe4 DESCRIPTION="Point-to-point protocol - patched for pppoe" -SRC_URI="mirror://gentoo/${P}-pppoe4.tgz" HOMEPAGE="http://www.samba.org/ppp" +SRC_URI="mirror://gentoo/${P}-pppoe4.tgz" -DEPEND="virtual/glibc - activefilter? ( net-libs/libpcap )" - -PROVIDE="virtual/pppd" - -SLOT="0" LICENSE="BSD GPL-2" +SLOT="0" KEYWORDS="x86 ppc ~sparc ~hppa" +IUSE="crypt ipv6 activefilter" + +DEPEND="virtual/glibc + activefilter? ( net-libs/libpcap )" src_compile() { |