diff options
author | 2006-08-05 20:26:08 +0000 | |
---|---|---|
committer | 2006-08-05 20:26:08 +0000 | |
commit | fa60db11fc4a5c7989361d43d90b647d0cbe99c7 (patch) | |
tree | 4106d06206005b0755230b67b8472cf3238f4290 /dev-perl/SVN-Mirror/SVN-Mirror-0.59.ebuild | |
parent | verson bump thanks to 6thpink <6thpink@terra.es> in bug 142574 (diff) | |
download | gentoo-2-fa60db11fc4a5c7989361d43d90b647d0cbe99c7.tar.gz gentoo-2-fa60db11fc4a5c7989361d43d90b647d0cbe99c7.tar.bz2 gentoo-2-fa60db11fc4a5c7989361d43d90b647d0cbe99c7.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/SVN-Mirror/SVN-Mirror-0.59.ebuild')
-rw-r--r-- | dev-perl/SVN-Mirror/SVN-Mirror-0.59.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/SVN-Mirror/SVN-Mirror-0.59.ebuild b/dev-perl/SVN-Mirror/SVN-Mirror-0.59.ebuild index aaaf03cb6046..8bb6e2ff4fd3 100644 --- a/dev-perl/SVN-Mirror/SVN-Mirror-0.59.ebuild +++ b/dev-perl/SVN-Mirror/SVN-Mirror-0.59.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/SVN-Mirror/SVN-Mirror-0.59.ebuild,v 1.6 2006/07/04 19:54:52 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/SVN-Mirror-0.59.ebuild,v 1.7 2006/08/05 20:26:07 mcummings Exp $ inherit perl-module @@ -16,7 +16,8 @@ IUSE="" DEPEND=">=dev-util/subversion-1.1.3 >=dev-perl/URI-1.34 >=dev-perl/TermReadKey-2.21 - >=dev-perl/SVN-Simple-0.26" + >=dev-perl/SVN-Simple-0.26 + dev-lang/perl" RDEPEND="${DEPEND}" pkg_setup() { @@ -26,4 +27,5 @@ pkg_setup() { eerror "USE=\"perl\" emerge subversion" die "Need Subversion compiled with Perl bindings." fi -}
\ No newline at end of file +} + |