summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-06-25 20:10:17 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-06-26 11:21:36 +0200
commite57cd89dc7ec98ef47421f4d22bf0f6a0e560923 (patch)
tree64eb523704746bd2d9051e2e5f065d8e63b9d102 /app-text/xindy/xindy-2.4-r1.ebuild
parentmedia-libs/libggi: keyword ~arm64 (diff)
downloadgentoo-e57cd89dc7ec98ef47421f4d22bf0f6a0e560923.tar.gz
gentoo-e57cd89dc7ec98ef47421f4d22bf0f6a0e560923.tar.bz2
gentoo-e57cd89dc7ec98ef47421f4d22bf0f6a0e560923.zip
app-text/xindy: Fix building with perl-5.26, #622702
Diffstat (limited to 'app-text/xindy/xindy-2.4-r1.ebuild')
-rw-r--r--app-text/xindy/xindy-2.4-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/xindy/xindy-2.4-r1.ebuild b/app-text/xindy/xindy-2.4-r1.ebuild
index d85f229fad3d..4575091c5636 100644
--- a/app-text/xindy/xindy-2.4-r1.ebuild
+++ b/app-text/xindy/xindy-2.4-r1.ebuild
@@ -24,7 +24,8 @@ DEPEND="${RDEPEND}
PATCHES=("${FILESDIR}"/${P}-configure.patch
"${FILESDIR}"/${P}-locale.patch
- "${FILESDIR}"/${P}-nogrep.patch)
+ "${FILESDIR}"/${P}-nogrep.patch
+ "${FILESDIR}"/${P}-perl5.26.patch)
DOCS=(AUTHORS ChangeLog.Gour NEWS README)
src_prepare() {