commit:     91ef587a7ceb00a595f31be3c22f42dea5a4b2cf
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  4 08:19:39 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec  4 08:19:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ef587a

app-text/mupdf: update EAPI 7 -> 8, add missing BDEPEND on 1.19.0

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 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 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
 

Reply via email to