diff options
Diffstat (limited to 'app-misc/perltrash/perltrash-0.2.ebuild')
-rw-r--r-- | app-misc/perltrash/perltrash-0.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/perltrash/perltrash-0.2.ebuild b/app-misc/perltrash/perltrash-0.2.ebuild index 569dd9c2c3e2..9c2b3ce2c5c6 100644 --- a/app-misc/perltrash/perltrash-0.2.ebuild +++ b/app-misc/perltrash/perltrash-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/perltrash-0.2.ebuild,v 1.4 2004/03/14 10:59:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/perltrash-0.2.ebuild,v 1.5 2004/06/14 08:49:48 kloeri Exp $ DESCRIPTION="Command-line trash can emulation" HOMEPAGE="http://www.iq-computing.de/perltrash" @@ -8,6 +8,7 @@ SRC_URI="ftp://www.iq-computing.de/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" RDEPEND=">=dev-lang/perl-5" |