diff options
Diffstat (limited to 'dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild')
-rw-r--r-- | dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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}" |