diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-11-29 21:39:56 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-11-29 21:39:56 +0000 |
commit | fa7d0911f7693de9b813f0368c517ffef20c42a0 (patch) | |
tree | db0010b943ea51d20af829ada8e6a86c14fa476b /net-dialup | |
parent | Fixed alsasound to work on kernels where module support is disabled. Closes ... (diff) | |
download | historical-fa7d0911f7693de9b813f0368c517ffef20c42a0.tar.gz historical-fa7d0911f7693de9b813f0368c517ffef20c42a0.tar.bz2 historical-fa7d0911f7693de9b813f0368c517ffef20c42a0.zip |
fix RDEPEND/DEPEND
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/Manifest | 10 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2-r10.ebuild | 8 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2-r9.ebuild | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/net-dialup/ppp/Manifest b/net-dialup/ppp/Manifest index bd555dcdf32f..8dcdb529130c 100644 --- a/net-dialup/ppp/Manifest +++ b/net-dialup/ppp/Manifest @@ -4,8 +4,8 @@ Hash: SHA1 MD5 eb5636056ce00a0d4e1669a08a7915fe ChangeLog 16135 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 b109af0767940076444e51dbf3275f16 ppp-2.4.1-r14.ebuild 4698 -MD5 36c90a8e811d5547f180911f2cb628a5 ppp-2.4.2-r9.ebuild 5624 -MD5 583f9c8b8ee2605c4cdf7129f5ae9cf8 ppp-2.4.2-r10.ebuild 5809 +MD5 6ffe34e778cb5dc973754859f99e067e ppp-2.4.2-r9.ebuild 5624 +MD5 d7c43dca6c7dca0b82ce5609410593a9 ppp-2.4.2-r10.ebuild 5809 MD5 20cfea2ad5ca80647dcfc43740ae9c32 ppp-2.4.3.ebuild 5688 MD5 140bc2a08334d3546f43259934da603e files/chat-default 347 MD5 1a60baf88a301c6eed8472a01b3691eb files/confd.ppp0 3312 @@ -60,7 +60,7 @@ MD5 f0ad3e0c62aec1771536caf00e28b9c6 files/2.4.3/pppoe.html 7605 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBq5VZjtv59x0+BrURAuk2AJ9p0fhdxdPb5x88ESakW8vR8d60BACg0sgW -t8zn5vQg1UIDYX92xE03aNA= -=yTl9 +iD8DBQFBq5c3jtv59x0+BrURAvTCAKDPx5MrhEiYmNUs5RpxNliOu2kR/gCg9yGH +yeE+hbyRC48qLThv5+kU+BE= +=bq3A -----END PGP SIGNATURE----- diff --git a/net-dialup/ppp/ppp-2.4.2-r10.ebuild b/net-dialup/ppp/ppp-2.4.2-r10.ebuild index 0764faab9803..b8bf7b54ba16 100644 --- a/net-dialup/ppp/ppp-2.4.2-r10.ebuild +++ b/net-dialup/ppp/ppp-2.4.2-r10.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-dialup/ppp/ppp-2.4.2-r10.ebuild,v 1.2 2004/11/17 22:14:31 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r10.ebuild,v 1.3 2004/11/29 21:39:56 mrness Exp $ inherit eutils gnuconfig flag-o-matic @@ -17,10 +17,10 @@ IUSE="ipv6 activefilter pam atm mppe-mppc dhcp" RDEPEND="virtual/libc activefilter? ( >=net-libs/libpcap-0.8.3-r1 ) - atm? ( net-dialup/linux-atm )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4 + atm? ( net-dialup/linux-atm ) pam? ( sys-libs/pam )" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" src_unpack() { unpack ${A} diff --git a/net-dialup/ppp/ppp-2.4.2-r9.ebuild b/net-dialup/ppp/ppp-2.4.2-r9.ebuild index efc824618c4f..e43d14f2e7e3 100644 --- a/net-dialup/ppp/ppp-2.4.2-r9.ebuild +++ b/net-dialup/ppp/ppp-2.4.2-r9.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-dialup/ppp/ppp-2.4.2-r9.ebuild,v 1.2 2004/11/17 22:14:31 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r9.ebuild,v 1.3 2004/11/29 21:39:56 mrness Exp $ inherit eutils gnuconfig flag-o-matic @@ -17,10 +17,10 @@ IUSE="ipv6 activefilter pam atm mppe-mppc dhcp" RDEPEND="virtual/libc activefilter? ( >=net-libs/libpcap-0.8.3-r1 ) - atm? ( net-dialup/linux-atm )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4 + atm? ( net-dialup/linux-atm ) pam? ( sys-libs/pam )" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" src_unpack() { unpack ${A} |