summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 04:59:56 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 04:59:56 +0000
commit5090676ec26d3aaeab0084b6fa6a3b30e8a49008 (patch)
tree88e4d00134aa14834a66eac611f4069f73c1e662 /dev-perl/Getopt-Mixed
parentUpdate my email address: spyderous -> dberkholz. (diff)
downloadhistorical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.tar.gz
historical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.tar.bz2
historical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.zip
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Getopt-Mixed')
-rw-r--r--dev-perl/Getopt-Mixed/ChangeLog6
-rw-r--r--dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-perl/Getopt-Mixed/ChangeLog b/dev-perl/Getopt-Mixed/ChangeLog
index eed30e45a827..57bddf13c82c 100644
--- a/dev-perl/Getopt-Mixed/ChangeLog
+++ b/dev-perl/Getopt-Mixed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Getopt-Mixed
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/ChangeLog,v 1.10 2006/06/29 18:13:25 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/ChangeLog,v 1.11 2006/08/05 04:11:56 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ Getopt-Mixed-1.008.ebuild:
+ Adding perl dep; fixed DEPEND
29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org>
Getopt-Mixed-1.008.ebuild:
diff --git a/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild
index d016a4f5d17c..a2838deb0933 100644
--- a/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild
+++ b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.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/Getopt-Mixed/Getopt-Mixed-1.008.ebuild,v 1.13 2006/06/29 18:13:25 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild,v 1.14 2006/08/05 04:11:56 mcummings Exp $
inherit perl-module
@@ -12,3 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"