summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-06-13 21:34:57 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-16 22:29:33 +0200
commitdf371dfd1f6bb2a1d2a6646674eb5e5c464f8ef2 (patch)
treeaeab7337fa27efbc04b58268a35f2d1260b69833 /app-text/po4a/po4a-0.47-r1.ebuild
parentdev-haskell/lifted-base: drop old (diff)
downloadgentoo-df371dfd1f6bb2a1d2a6646674eb5e5c464f8ef2.tar.gz
gentoo-df371dfd1f6bb2a1d2a6646674eb5e5c464f8ef2.tar.bz2
gentoo-df371dfd1f6bb2a1d2a6646674eb5e5c464f8ef2.zip
app-text/po4a: Fix broken library path tweaks re bug #614122
The original code already had a "use lib" incantation that clearly intended to imply ".", but ... did so by quoting it twice: q('.') == "'.''" That's too much ' Bug: https://bugs.gentoo.org/614122 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-text/po4a/po4a-0.47-r1.ebuild')
-rw-r--r--app-text/po4a/po4a-0.47-r1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-text/po4a/po4a-0.47-r1.ebuild b/app-text/po4a/po4a-0.47-r1.ebuild
index a935ce388944..87a6be51c2ad 100644
--- a/app-text/po4a/po4a-0.47-r1.ebuild
+++ b/app-text/po4a/po4a-0.47-r1.ebuild
@@ -35,6 +35,10 @@ DEPEND="${RDEPEND}
# Running tests in parallel fails
DIST_TEST="do"
+PATCHES=(
+ # Fix bad escaping of '.' in @INC modification
+ "${FILESDIR}/${PN}-0.45-614122-no-dot-inc.patch"
+)
src_prepare() {
# Check against locale files in ${S}/pod/bin for mismatches
# with languages listed in PLOCALES