summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-02-29 00:11:44 +1300
committerKent Fredric <kentfredric@gmail.com>2016-02-29 00:44:12 +1300
commit1f4d88f9e6423d634e37cb35ba43940ff86bc51a (patch)
tree1b38ab7374f7ca8761f014144e15a4076b6fee6b /dev-perl/DateTime-Tiny/DateTime-Tiny-1.40.0.ebuild
parentdev-perl/Type-Tiny-XS: Added to tree at version 0.12.0 (diff)
downloadgentoo-1f4d88f9e6423d634e37cb35ba43940ff86bc51a.tar.gz
gentoo-1f4d88f9e6423d634e37cb35ba43940ff86bc51a.tar.bz2
gentoo-1f4d88f9e6423d634e37cb35ba43940ff86bc51a.zip
dev-perl/DateTime-Tiny: Fix test bug w/ new DateTime::Locale
See https://rt.cpan.org/Public/Bug/Display.html?id=108636 Only affects tests. Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl/DateTime-Tiny/DateTime-Tiny-1.40.0.ebuild')
-rw-r--r--dev-perl/DateTime-Tiny/DateTime-Tiny-1.40.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-perl/DateTime-Tiny/DateTime-Tiny-1.40.0.ebuild b/dev-perl/DateTime-Tiny/DateTime-Tiny-1.40.0.ebuild
index 8cb041cf54e4..caa1627689fc 100644
--- a/dev-perl/DateTime-Tiny/DateTime-Tiny-1.40.0.ebuild
+++ b/dev-perl/DateTime-Tiny/DateTime-Tiny-1.40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,5 +14,7 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
SRC_TEST=do
+# https://rt.cpan.org/Public/Bug/Display.html?id=108636
+PATCHES=( "${FILESDIR}/${MODULE_VERSION}-locale-c.patch" )
DEPEND="virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )"