diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:13:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:13:07 +0000 |
commit | f09602084007548f7e8ed55e8ef5c86390eb708e (patch) | |
tree | fbca6e8fd9536be93f2a7425515eb880281daf76 /net-dialup | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-f09602084007548f7e8ed55e8ef5c86390eb708e.tar.gz historical-f09602084007548f7e8ed55e8ef5c86390eb708e.tar.bz2 historical-f09602084007548f7e8ed55e8ef5c86390eb708e.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-dialup/xc/xc-4.3.2-r1.ebuild b/net-dialup/xc/xc-4.3.2-r1.ebuild index 8994b122d3b4..8bd19afc3c84 100644 --- a/net-dialup/xc/xc-4.3.2-r1.ebuild +++ b/net-dialup/xc/xc-4.3.2-r1.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/xc/xc-4.3.2-r1.ebuild,v 1.6 2004/06/24 22:33:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.7 2004/07/14 23:13:07 agriffis Exp $ inherit eutils @@ -10,9 +10,9 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86 sparc mips ~ppc" +IUSE="" DEPEND="sys-libs/libtermcap-compat" RDEPEND="" -S="${WORKDIR}/${P}" src_unpack() { unpack ${A} diff --git a/net-dialup/xc/xc-4.3.2.ebuild b/net-dialup/xc/xc-4.3.2.ebuild index 6647c3c3aab6..f2bb96fe0d82 100644 --- a/net-dialup/xc/xc-4.3.2.ebuild +++ b/net-dialup/xc/xc-4.3.2.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/xc/xc-4.3.2.ebuild,v 1.8 2004/06/24 22:33:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2.ebuild,v 1.9 2004/07/14 23:13:07 agriffis Exp $ DESCRIPTION="unix dialout program" HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" @@ -8,9 +8,9 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86 ~sparc ~mips" +IUSE="" DEPEND="sys-libs/libtermcap-compat" RDEPEND="" -S="${WORKDIR}/${P}" src_unpack() { unpack ${A} |