diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-17 01:32:38 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-17 01:36:04 +0100 |
commit | d4bee1eec830bf722c8a566c554c2896a76d9f52 (patch) | |
tree | 40d5aebe2a900b0abe81b0f90971f69a3f503fd6 /app-text/apvlv/apvlv-0.1.5-r2.ebuild | |
parent | kde-apps/gwenview: Drop unused patch (diff) | |
download | gentoo-d4bee1eec830bf722c8a566c554c2896a76d9f52.tar.gz gentoo-d4bee1eec830bf722c8a566c554c2896a76d9f52.tar.bz2 gentoo-d4bee1eec830bf722c8a566c554c2896a76d9f52.zip |
app-text/apvlv: Fix build with poppler-0.73
Closes: https://bugs.gentoo.org/675658
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/apvlv/apvlv-0.1.5-r2.ebuild')
-rw-r--r-- | app-text/apvlv/apvlv-0.1.5-r2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild index 930aba29f219..bdcb3de1f18e 100644 --- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild +++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,9 +26,10 @@ DEPEND="${RDEPEND} PATCHES=( # preserve cflags - "${FILESDIR}/${PN}-0.1.5-cflags.patch" - "${FILESDIR}/${PN}-0.1.5-gcc6.patch" - "${FILESDIR}/${PN}-0.1.5-gcc7.patch" + "${FILESDIR}/${P}-cflags.patch" + "${FILESDIR}/${P}-gcc6.patch" + "${FILESDIR}/${P}-gcc7.patch" + "${FILESDIR}/${P}-poppler-0.73.patch" ) src_configure() { |