diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 03:23:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 03:23:56 +0000 |
commit | c8e4cfa4ab50865d785efbcf1405df6fcc2724b0 (patch) | |
tree | dd8d972e72745d1b437682266171682366ead63f /dev-perl/Exception-Class | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-c8e4cfa4ab50865d785efbcf1405df6fcc2724b0.tar.gz gentoo-2-c8e4cfa4ab50865d785efbcf1405df6fcc2724b0.tar.bz2 gentoo-2-c8e4cfa4ab50865d785efbcf1405df6fcc2724b0.zip |
Cleaning up deps
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r-- | dev-perl/Exception-Class/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.23.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index e8067071184c..bb5fc8b5d6ab 100644 --- a/dev-perl/Exception-Class/ChangeLog +++ b/dev-perl/Exception-Class/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Exception-Class # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.41 2006/08/05 03:22:44 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.42 2006/08/05 03:23:56 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Exception-Class-1.23.ebuild: + Cleaning up deps 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Exception-Class-1.23.ebuild: diff --git a/dev-perl/Exception-Class/Exception-Class-1.23.ebuild b/dev-perl/Exception-Class/Exception-Class-1.23.ebuild index 37fa6b5ef687..7751e5914aa5 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.23.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.23.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/Exception-Class/Exception-Class-1.23.ebuild,v 1.9 2006/08/05 03:22:44 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.23.ebuild,v 1.10 2006/08/05 03:23:56 mcummings Exp $ myconf='INSTALLDIRS=vendor' inherit perl-module @@ -14,8 +14,6 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ia64 ppc sparc x86" SRC_TEST="do" -TDEPEND=">=dev-perl/module-build-0.28" - DEPEND="${DEPEND} >=dev-perl/module-build-0.28 dev-lang/perl" |