summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 19:27:41 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 19:27:41 +0000
commit6531bd443a9b336106d571dd529e4ce71048ce72 (patch)
tree682635f6f6407d4efaacd9b75ea14cbcea8c72c2 /dev-perl/Net-Patricia
parentFix libpng-1.2 compile problem. Patch by Robert Marmorstein <rmmarm@wm.edu> i... (diff)
downloadgentoo-2-6531bd443a9b336106d571dd529e4ce71048ce72.tar.gz
gentoo-2-6531bd443a9b336106d571dd529e4ce71048ce72.tar.bz2
gentoo-2-6531bd443a9b336106d571dd529e4ce71048ce72.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Net-Patricia')
-rw-r--r--dev-perl/Net-Patricia/ChangeLog6
-rw-r--r--dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild6
-rw-r--r--dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild6
3 files changed, 15 insertions, 3 deletions
diff --git a/dev-perl/Net-Patricia/ChangeLog b/dev-perl/Net-Patricia/ChangeLog
index 0c42db682c59..92c257246e61 100644
--- a/dev-perl/Net-Patricia/ChangeLog
+++ b/dev-perl/Net-Patricia/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Net-Patricia
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.7 2006/07/10 17:05:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.8 2006/08/05 19:27:41 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ Net-Patricia-1.010.ebuild, Net-Patricia-1.014.ebuild:
+ Adding perl dep; fixed DEPEND
10 Jul 2006; Aron Griffis <agriffis@gentoo.org> Net-Patricia-1.014.ebuild:
Mark 1.014 stable on ia64
diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild
index 4c4f2fa8147d..bb912d0eeeaa 100644
--- a/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild
+++ b/dev-perl/Net-Patricia/Net-Patricia-1.010.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/Net-Patricia/Net-Patricia-1.010.ebuild,v 1.3 2006/01/13 22:03:03 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild,v 1.4 2006/08/05 19:27:41 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="~ppc sparc x86"
IUSE=""
#SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild
index f00e2c902df4..7ef73dad4747 100644
--- a/dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild
+++ b/dev-perl/Net-Patricia/Net-Patricia-1.014.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/Net-Patricia/Net-Patricia-1.014.ebuild,v 1.4 2006/07/10 17:05:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild,v 1.5 2006/08/05 19:27:41 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="ia64 ~ppc sparc ~x86"
IUSE=""
#SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"