diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 03:54:36 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 03:54:36 +0000 |
commit | 02f15e305233c7c89a98eb1a4ecac01366eab54d (patch) | |
tree | b1c89c26c8f9752ef0279c1a7d1cbdf8277417a1 /dev-perl/File-Tail/File-Tail-0.99.1.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-02f15e305233c7c89a98eb1a4ecac01366eab54d.tar.gz gentoo-2-02f15e305233c7c89a98eb1a4ecac01366eab54d.tar.bz2 gentoo-2-02f15e305233c7c89a98eb1a4ecac01366eab54d.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/File-Tail/File-Tail-0.99.1.ebuild')
-rw-r--r-- | dev-perl/File-Tail/File-Tail-0.99.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/File-Tail/File-Tail-0.99.1.ebuild b/dev-perl/File-Tail/File-Tail-0.99.1.ebuild index 75a770d0b8d9..ce2fb3efb908 100644 --- a/dev-perl/File-Tail/File-Tail-0.99.1.ebuild +++ b/dev-perl/File-Tail/File-Tail-0.99.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tail/File-Tail-0.99.1.ebuild,v 1.12 2006/07/04 08:43:26 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tail/File-Tail-0.99.1.ebuild,v 1.13 2006/08/05 03:54:36 mcummings Exp $ inherit perl-module @@ -13,8 +13,10 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="virtual/perl-Time-HiRes" +DEPEND="virtual/perl-Time-HiRes + dev-lang/perl" RDEPEND="${DEPEND}" export OPTIMIZE="$CFLAGS" -mydoc="ToDo"
\ No newline at end of file +mydoc="ToDo" + |