diff options
Diffstat (limited to 'dev-perl/Data-UUID/Data-UUID-0.11.ebuild')
-rw-r--r-- | dev-perl/Data-UUID/Data-UUID-0.11.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Data-UUID/Data-UUID-0.11.ebuild b/dev-perl/Data-UUID/Data-UUID-0.11.ebuild index 5cf643eda50c..5ef2ab95af4a 100644 --- a/dev-perl/Data-UUID/Data-UUID-0.11.ebuild +++ b/dev-perl/Data-UUID/Data-UUID-0.11.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/Data-UUID/Data-UUID-0.11.ebuild,v 1.9 2006/06/08 21:11:26 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-UUID/Data-UUID-0.11.ebuild,v 1.10 2006/08/05 02:41:51 mcummings Exp $ inherit perl-module @@ -15,6 +15,5 @@ KEYWORDS="ia64 ppc sparc x86" IUSE="" SRC_TEST="do" -DEPEND="" -RDEPEND="" - +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |