diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:54:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:54:14 +0000 |
commit | e003f1dc18c9394070fe28bbccc79d18dcebd923 (patch) | |
tree | 0e116bd365e05a7a5b3a662015a340d7038e6e0a /dev-perl/net-sftp/net-sftp-0.05.ebuild | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-e003f1dc18c9394070fe28bbccc79d18dcebd923.tar.gz historical-e003f1dc18c9394070fe28bbccc79d18dcebd923.tar.bz2 historical-e003f1dc18c9394070fe28bbccc79d18dcebd923.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/net-sftp/net-sftp-0.05.ebuild')
-rw-r--r-- | dev-perl/net-sftp/net-sftp-0.05.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/net-sftp/net-sftp-0.05.ebuild b/dev-perl/net-sftp/net-sftp-0.05.ebuild index 6bf506237e5b..58e8105b4661 100644 --- a/dev-perl/net-sftp/net-sftp-0.05.ebuild +++ b/dev-perl/net-sftp/net-sftp-0.05.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/dev-perl/net-sftp/net-sftp-0.05.ebuild,v 1.4 2004/06/25 00:50:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/net-sftp/net-sftp-0.05.ebuild,v 1.5 2004/07/14 19:48:03 agriffis Exp $ inherit perl-module @@ -13,5 +13,6 @@ SRC_URI="http://www.cpan.org/modules/by-authors/id/B/BT/BTROTT/${MY_P}.tar.gz" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha" +IUSE="" DEPEND="dev-perl/net-ssh-perl" |