diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-13 01:27:19 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-13 01:27:19 +0000 |
commit | 55d778953a20d66c89cb0d8341c4ec1ca2a21fe8 (patch) | |
tree | 66c2fe00d1c6f152e0728f1bdb92753f06115585 /net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild | |
parent | Version bump to 2.0.6_pre14 for testing. (diff) | |
download | historical-55d778953a20d66c89cb0d8341c4ec1ca2a21fe8.tar.gz historical-55d778953a20d66c89cb0d8341c4ec1ca2a21fe8.tar.bz2 historical-55d778953a20d66c89cb0d8341c4ec1ca2a21fe8.zip |
Added an explicit dev-lang/perl, since several scripts are perl scripts. This helps Release Engineering to determine what can be pruned from the InstallCD media.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild')
-rw-r--r-- | net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild b/net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild index b23ba7caee65..4ec837e9c2f2 100644 --- a/net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild +++ b/net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild,v 1.4 2007/11/24 22:43:38 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild,v 1.5 2008/03/13 01:27:19 wolf31o2 Exp $ inherit eutils @@ -17,6 +17,7 @@ IUSE="tk" DEPEND="net-dialup/ppp" RDEPEND="${DEPEND} + dev-lang/perl tk? ( >=dev-lang/tk-8.3.4 )" S="${WORKDIR}/${MY_PN}" |