summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-06-13 11:36:49 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-06-13 11:36:49 +0000
commit728186f0f5f994c35202b34d85e120bd9626793f (patch)
tree74f5101e14ade1d6503697f0dac6bb2442623242 /dev-perl
parentvirtual/perl-Test-Simple has gobbled up Test::use::ok, bug 550990 (diff)
downloadgentoo-2-728186f0f5f994c35202b34d85e120bd9626793f.tar.gz
gentoo-2-728186f0f5f994c35202b34d85e120bd9626793f.tar.bz2
gentoo-2-728186f0f5f994c35202b34d85e120bd9626793f.zip
virtual/perl-Test-Simple has gobbled up Test::use::ok, bug 550990
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog8
-rw-r--r--dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog b/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog
index 146826f8d891..9788e2f14d48 100644
--- a/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog
+++ b/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/MooseX-Types-DateTime-ButMaintained
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog,v 1.17 2014/10/10 17:46:25 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog,v 1.18 2015/06/13 11:36:49 dilfridge Exp $
+
+ 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild:
+ virtual/perl-Test-Simple has gobbled up Test::use::ok, bug 550990
10 Oct 2014; Mikle Kolyada <zlogene@gentoo.org>
MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild:
diff --git a/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild b/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild
index 8a12effc1397..ad1bec042588 100644
--- a/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild
+++ b/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild,v 1.2 2014/10/10 17:46:25 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild,v 1.3 2015/06/13 11:36:49 dilfridge Exp $
EAPI=5
@@ -30,7 +30,7 @@ RDEPEND="
DEPEND="${RDEPEND}
test? (
>=dev-perl/Test-Exception-0.27
- >=dev-perl/Test-use-ok-0.02
+ || ( >=virtual/perl-Test-Simple-1.1.10 >=dev-perl/Test-use-ok-0.02 )
>=dev-perl/Time-Duration-Parse-0.06
)"