From 91ef587a7ceb00a595f31be3c22f42dea5a4b2cf Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Sat, 4 Dec 2021 10:19:39 +0200 Subject: [PATCH] app-text/mupdf: update EAPI 7 -> 8, add missing BDEPEND on 1.19.0 Signed-off-by: Joonas Niilola --- app-text/mupdf/mupdf-1.19.0.ebuild | 7 ++++--- 1 file 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 e98b869cc5e13..88ff8063033b1 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