diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-22 11:47:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-22 11:47:45 +0000 |
commit | f0e894aa86b2864b5db01005e80023dfdb05b7cc (patch) | |
tree | 994fe1280ffb8ee584e710ac2fb0e25cd8110ae7 /dev-perl/Exception-System/Exception-System-0.11.ebuild | |
parent | Fix dependency (diff) | |
download | gentoo-2-f0e894aa86b2864b5db01005e80023dfdb05b7cc.tar.gz gentoo-2-f0e894aa86b2864b5db01005e80023dfdb05b7cc.tar.bz2 gentoo-2-f0e894aa86b2864b5db01005e80023dfdb05b7cc.zip |
Fix dependency
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Exception-System/Exception-System-0.11.ebuild')
-rw-r--r-- | dev-perl/Exception-System/Exception-System-0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Exception-System/Exception-System-0.11.ebuild b/dev-perl/Exception-System/Exception-System-0.11.ebuild index 12ce6362c782..1fd4540eb085 100644 --- a/dev-perl/Exception-System/Exception-System-0.11.ebuild +++ b/dev-perl/Exception-System/Exception-System-0.11.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/Exception-System/Exception-System-0.11.ebuild,v 1.1 2009/06/23 07:40:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-System/Exception-System-0.11.ebuild,v 1.2 2009/10/22 11:47:45 tove Exp $ EAPI=2 MODULE_AUTHOR="DEXTER" @@ -16,5 +16,5 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" DEPEND=">=dev-perl/Test-Unit-Lite-0.12 - >=dev-perl/Exception-Base-0.2201" + >=dev-perl/Exception-Base-0.22.01" RDEPEND="${DEPEND}" |