summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-02 09:53:26 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-02 09:53:26 +0000
commit662a3a81167fd6821ea21fc291951adb663561f8 (patch)
treecd0169dbc0962fc3681d52c05f9f4df13d72adad /dev-perl/WWW-Bugzilla
parentVersion bump (#268000). (diff)
downloadgentoo-2-662a3a81167fd6821ea21fc291951adb663561f8.tar.gz
gentoo-2-662a3a81167fd6821ea21fc291951adb663561f8.tar.bz2
gentoo-2-662a3a81167fd6821ea21fc291951adb663561f8.zip
Fix dependencies
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/WWW-Bugzilla')
-rw-r--r--dev-perl/WWW-Bugzilla/ChangeLog5
-rw-r--r--dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog
index 32d07ada33b5..89ef5d5cd5e2 100644
--- a/dev-perl/WWW-Bugzilla/ChangeLog
+++ b/dev-perl/WWW-Bugzilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/WWW-Bugzilla
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.33 2009/05/02 09:39:48 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.34 2009/05/02 09:53:26 tove Exp $
+
+ 02 May 2009; Torsten Veller <tove@gentoo.org> WWW-Bugzilla-1.3.ebuild:
+ Fix dependencies
02 May 2009; Torsten Veller <tove@gentoo.org> +WWW-Bugzilla-1.3.ebuild:
Version bump
diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild
index 11770c18f209..74a5cd817ec5 100644
--- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild
+++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild,v 1.3 2009/05/02 09:39:48 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild,v 1.4 2009/05/02 09:53:26 tove Exp $
EAPI=2
@@ -14,6 +14,8 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="dev-perl/WWW-Mechanize
+ >=dev-perl/Params-Validate-0.88
+ >=dev-perl/Crypt-SSLeay-0.57
dev-perl/Class-MethodMaker"
DEPEND="${RDEPEND}"