diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 10:43:25 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 10:43:25 +0000 |
commit | 89cf85367cad185b35b75ffde6e12f0673cae8eb (patch) | |
tree | 499f20156c7ae9f69bede3e80b43db78b8511997 /net-dialup/diald | |
parent | SLOT, KEYWORDS, LICENSE, 1.0.x unfriendly notice (diff) | |
download | historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.tar.gz historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.tar.bz2 historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.zip |
repoman'd
Diffstat (limited to 'net-dialup/diald')
-rw-r--r-- | net-dialup/diald/diald-1.0-r1.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net-dialup/diald/diald-1.0-r1.ebuild b/net-dialup/diald/diald-1.0-r1.ebuild index afaf005c737e..b2281bcd3c15 100644 --- a/net-dialup/diald/diald-1.0-r1.ebuild +++ b/net-dialup/diald/diald-1.0-r1.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/diald/diald-1.0-r1.ebuild,v 1.2 2002/05/27 17:27:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/diald/diald-1.0-r1.ebuild,v 1.3 2002/07/17 10:43:24 seemant Exp $ # You need SLIP in your kernel to run diald. @@ -9,10 +9,13 @@ HOMEPAGE="http://diald.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" S=${WORKDIR}/${P} -DEPEND="virtual/glibc sys-libs/pam sys-apps/tcp-wrappers" -RDEPEND="${DEPEND} net-dialup/ppp" -LICENSE="as-is" +DEPEND="sys-libs/pam + sys-apps/tcp-wrappers" +RDEPEND="net-dialup/ppp" + SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_unpack() { unpack ${A} ; cd ${S} |