diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-22 11:51:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-22 11:51:52 +0000 |
commit | e0e198309691ba2c274cf6622203ebf20352fa17 (patch) | |
tree | f3eb62ebc4834b3cb635c56063748d5143a1e5b1 /dev-perl/Exception-Warning | |
parent | Version bump and old version cleanup (diff) | |
download | historical-e0e198309691ba2c274cf6622203ebf20352fa17.tar.gz historical-e0e198309691ba2c274cf6622203ebf20352fa17.tar.bz2 historical-e0e198309691ba2c274cf6622203ebf20352fa17.zip |
Fix dependency
Package-Manager: portage-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}" |