diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-22 11:48:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-22 11:48:34 +0000 |
commit | 65a56d8cbd57be60350d8785057be27b30c12f06 (patch) | |
tree | e6a75202131dc8e3f9e7e8f96394cfd0a72f5cb9 /dev-perl/Exception-Warning | |
parent | Fix dependency (diff) | |
download | gentoo-2-65a56d8cbd57be60350d8785057be27b30c12f06.tar.gz gentoo-2-65a56d8cbd57be60350d8785057be27b30c12f06.tar.bz2 gentoo-2-65a56d8cbd57be60350d8785057be27b30c12f06.zip |
Fix dependency
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Exception-Warning')
-rw-r--r-- | dev-perl/Exception-Warning/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Exception-Warning/Exception-Warning-0.03.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Exception-Warning/ChangeLog b/dev-perl/Exception-Warning/ChangeLog index e71d0f5b9969..066f87f69f93 100644 --- a/dev-perl/Exception-Warning/ChangeLog +++ b/dev-perl/Exception-Warning/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Exception-Warning # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v 1.1 2009/06/23 07:40:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v 1.2 2009/10/22 11:48:34 tove Exp $ + + 22 Oct 2009; Torsten Veller <tove@gentoo.org> + Exception-Warning-0.03.ebuild: + Fix dependency *Exception-Warning-0.03 (23 Jun 2009) diff --git a/dev-perl/Exception-Warning/Exception-Warning-0.03.ebuild b/dev-perl/Exception-Warning/Exception-Warning-0.03.ebuild index 83e6c15146ae..b1dcbab9a035 100644 --- a/dev-perl/Exception-Warning/Exception-Warning-0.03.ebuild +++ b/dev-perl/Exception-Warning/Exception-Warning-0.03.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-Warning/Exception-Warning-0.03.ebuild,v 1.1 2009/06/23 07:40:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/Exception-Warning-0.03.ebuild,v 1.2 2009/10/22 11:48:34 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}" |