diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-12-29 00:48:24 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-12-29 00:48:24 +0000 |
commit | fb9b8dffcfc4200516fa5422944908ea6991b724 (patch) | |
tree | a0c881b7542291d4ec1332c8500fc38e786fc25b /net-dialup/rp-pppoe | |
parent | unmasking for 1.4_rc2 (diff) | |
download | historical-fb9b8dffcfc4200516fa5422944908ea6991b724.tar.gz historical-fb9b8dffcfc4200516fa5422944908ea6991b724.tar.bz2 historical-fb9b8dffcfc4200516fa5422944908ea6991b724.zip |
unmask for 1.4
Diffstat (limited to 'net-dialup/rp-pppoe')
-rw-r--r-- | net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild index 7b799c76f6a8..007fa4235117 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild,v 1.3 2002/12/28 14:50:09 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild,v 1.4 2002/12/29 00:48:24 drobbins Exp $ S=${WORKDIR}/${P}/src DESCRIPTION="A user-mode PPPoE client and server suite for Linux" SRC_URI="http://www.roaringpenguin.com/pppoe/${P}.tar.gz" HOMEPAGE="http://www.roaringpenguin.com/" -DEPEND=">=net-dialup/ppp-2.4.1 - X? ( virtual/x11 )" +DEPEND=">=net-dialup/ppp-2.4.1 X? ( virtual/x11 )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="X" src_compile() { |