summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-12-14 07:22:50 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-12-14 07:22:50 +0000
commitb1101d43972aaead13856b2b66c4f63eb5b29798 (patch)
treef76b67996fe00f2eae512a7c1e97d93ee7e729d7 /dev-perl/Test-Exception
parentMarking stable on x86 to fix a collision; bug #115452 (diff)
downloadgentoo-2-b1101d43972aaead13856b2b66c4f63eb5b29798.tar.gz
gentoo-2-b1101d43972aaead13856b2b66c4f63eb5b29798.tar.bz2
gentoo-2-b1101d43972aaead13856b2b66c4f63eb5b29798.zip
Fixing ||( ) depend issue.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r--dev-perl/Test-Exception/ChangeLog6
-rw-r--r--dev-perl/Test-Exception/Test-Exception-0.20.ebuild8
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"