diff options
author | 2017-06-11 16:16:06 +1200 | |
---|---|---|
committer | 2017-06-11 16:16:39 +1200 | |
commit | f8c68dbb377da76148557b9f2c88190e10cf3cf2 (patch) | |
tree | 971b570109b918ecbcfd7714493ae413f94af033 /dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild | |
parent | x11-misc/icon-naming-utils: remove 0.8.90-r0 (diff) | |
download | gentoo-f8c68dbb377da76148557b9f2c88190e10cf3cf2.tar.gz gentoo-f8c68dbb377da76148557b9f2c88190e10cf3cf2.tar.bz2 gentoo-f8c68dbb377da76148557b9f2c88190e10cf3cf2.zip |
dev-perl/Unicode-EastAsianWidth: Fix for '.' in @INC re bug #613802
Stops assuming '.' is in @INC and uses a feature provided by
Module::Package instead.
Bug: https://bugs.gentoo.org/613802
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild')
-rw-r--r-- | dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild index 481040c44909..002917f89b86 100644 --- a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild +++ b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild @@ -17,5 +17,5 @@ IUSE="" RDEPEND="virtual/perl-File-Spec" DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker" - +PATCHES=("${FILESDIR}/no-dot-inc.patch") SRC_TEST="do" |