diff options
author | 2021-12-04 10:19:39 +0200 | |
---|---|---|
committer | 2021-12-04 10:19:39 +0200 | |
commit | 91ef587a7ceb00a595f31be3c22f42dea5a4b2cf (patch) | |
tree | 961cd722ac0f0941eb1bec345224b3ce5923d7de /app-text/mupdf | |
parent | app-text/mupdf: bump to 1.19.0 (diff) | |
download | gentoo-91ef587a7ceb00a595f31be3c22f42dea5a4b2cf.tar.gz gentoo-91ef587a7ceb00a595f31be3c22f42dea5a4b2cf.tar.bz2 gentoo-91ef587a7ceb00a595f31be3c22f42dea5a4b2cf.zip |
app-text/mupdf: update EAPI 7 -> 8, add missing BDEPEND on 1.19.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text/mupdf')
-rw-r--r-- | app-text/mupdf/mupdf-1.19.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/mupdf/mupdf-1.19.0.ebuild b/app-text/mupdf/mupdf-1.19.0.ebuild index e98b869cc5e1..88ff8063033b 100644 --- a/app-text/mupdf/mupdf-1.19.0.ebuild +++ b/app-text/mupdf/mupdf-1.19.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # Please check upstream git regularly for relevant security-related commits # to backport. @@ -39,7 +39,8 @@ RDEPEND=" ) " DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" +BDEPEND="x11-base/xorg-proto + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-1.15-CFLAGS.patch @@ -53,7 +54,7 @@ PATCHES=( ) src_prepare() { - xdg_src_prepare + default use hppa && append-cflags -ffunction-sections |