diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-12-14 07:22:50 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-12-14 07:22:50 +0000 |
commit | 452fa0eccca09af5597a3e75e51a236489577253 (patch) | |
tree | 1b7b7c25fb1d2a8f6a0d3bf36654ec6779020c71 /dev-perl/Test-Exception | |
parent | Marking stable on x86 to fix a collision; bug #115452 (diff) | |
download | historical-452fa0eccca09af5597a3e75e51a236489577253.tar.gz historical-452fa0eccca09af5597a3e75e51a236489577253.tar.bz2 historical-452fa0eccca09af5597a3e75e51a236489577253.zip |
Fixing ||( ) depend issue.
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.20.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 14136f76a1a5..cbf1cbb0a795 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Exception # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.14 2005/12/06 12:54:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.15 2005/12/14 07:21:14 cardoe Exp $ + + 14 Dec 2005; Doug Goldstein <cardoe@gentoo.org> + Test-Exception-0.20.ebuild: + Fixing ||( ) depend issue. 06 Dec 2005; <mcumming@gentoo.org> -Test-Exception-0.15.ebuild, Test-Exception-0.20.ebuild: diff --git a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild index 3af5b7e425ad..aff7695001d1 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.20.ebuild,v 1.9 2005/12/06 12:54:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.20.ebuild,v 1.10 2005/12/14 07:21:14 cardoe Exp $ inherit perl-module @@ -14,6 +14,6 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="" SRC_TEST="do" -DEPEND="||( ( >=perl-core/Test-Simple-0.62 ) - ( <perl-core/Test-Simple-0.62 dev-perl/Test-Builder-Tester )) - dev-perl/Sub-Uplevel" +DEPEND="|| ( >=perl-core/Test-Simple-0.62 + ( <perl-core/Test-Simple-0.62 dev-perl/Test-Builder-Tester ) ) + dev-perl/Sub-Uplevel" |