diff options
Diffstat (limited to 'dev-perl/MLDBM/MLDBM-2.04.ebuild')
-rw-r--r-- | dev-perl/MLDBM/MLDBM-2.04.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/MLDBM/MLDBM-2.04.ebuild b/dev-perl/MLDBM/MLDBM-2.04.ebuild index 67b6f797eccb..abb4f4aaf19c 100644 --- a/dev-perl/MLDBM/MLDBM-2.04.ebuild +++ b/dev-perl/MLDBM/MLDBM-2.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM/MLDBM-2.04.ebuild,v 1.1 2010/03/27 21:45:34 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM/MLDBM-2.04.ebuild,v 1.2 2010/05/17 16:26:30 tove Exp $ EAPI=2 @@ -13,3 +13,7 @@ DESCRIPTION="A multidimensional/tied hash Perl Module" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" |