diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-12-12 00:07:34 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-12-12 00:07:34 +0000 |
commit | a3596c5ed1f784fe9580505cf038878d51708200 (patch) | |
tree | be09a079588fd176bc714ecb91463c73ff3896f7 /net-dialup | |
parent | New version. Fixes #8782. Submitted by Maurizio Disimino (diff) | |
download | historical-a3596c5ed1f784fe9580505cf038878d51708200.tar.gz historical-a3596c5ed1f784fe9580505cf038878d51708200.tar.bz2 historical-a3596c5ed1f784fe9580505cf038878d51708200.zip |
typo on virtual
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild index a051c2bea8ea..481f32b900ab 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild @@ -1,6 +1,6 @@ # 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.1 2002/12/12 00:06:36 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild,v 1.2 2002/12/12 00:07:34 rphillips Exp $ S=${WORKDIR}/${P}/src DESCRIPTION="A user-mode PPPoE client and server suite for Linux" @@ -8,7 +8,7 @@ SRC_URI="http://www.roaringpenguin.com/pppoe/${P}.tar.gz" HOMEPAGE="http://www.roaringpenguin.com/" DEPEND=">=net-dialup/ppp-2.4.1 - X? ( virtual/xfree )" + X? ( virtual/x11 )" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" |