diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
commit | 8ed32e6bf344c307316970f423c63b17604b0161 (patch) | |
tree | 903729d776fdd8e9151364e6f7be0a9abefd351c /net-dialup/pppoed | |
parent | Added DarcNES a multi-system emulator (diff) | |
download | gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.gz gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.bz2 gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.zip |
Dependencie fixes
Diffstat (limited to 'net-dialup/pppoed')
-rw-r--r-- | net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild b/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild index 9af4a9f32c44..3a0954e5c6b6 100644 --- a/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild +++ b/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild,v 1.1 2001/04/24 16:00:48 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild,v 1.2 2001/05/28 05:24:13 achim Exp $ S=${WORKDIR}/pppoed-0.48b1/pppoed DESCRIPTION="PPP over Ethernet" SRC_URI="http://www.davin.ottawa.on.ca/pppoe/pppoed-0.48b1.tgz" HOMEPAGE="http://www.davin.ottawa.on.ca/pppoe/" -DEPEND=">=sys-libs/glibc-2.1.3" +DEPEND="virtual/glibc" src_compile() { cd ${S} |