Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/
Date: Sat, 04 Dec 2021 08:20:24
Message-Id: 1638605979.91ef587a7ceb00a595f31be3c22f42dea5a4b2cf.juippis@gentoo
1 commit: 91ef587a7ceb00a595f31be3c22f42dea5a4b2cf
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 4 08:19:39 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 4 08:19:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ef587a
7
8 app-text/mupdf: update EAPI 7 -> 8, add missing BDEPEND on 1.19.0
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-text/mupdf/mupdf-1.19.0.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/app-text/mupdf/mupdf-1.19.0.ebuild b/app-text/mupdf/mupdf-1.19.0.ebuild
16 index e98b869cc5e1..88ff8063033b 100644
17 --- a/app-text/mupdf/mupdf-1.19.0.ebuild
18 +++ b/app-text/mupdf/mupdf-1.19.0.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 # Please check upstream git regularly for relevant security-related commits
27 # to backport.
28 @@ -39,7 +39,8 @@ RDEPEND="
29 )
30 "
31 DEPEND="${RDEPEND}"
32 -BDEPEND="virtual/pkgconfig"
33 +BDEPEND="x11-base/xorg-proto
34 + virtual/pkgconfig"
35
36 PATCHES=(
37 "${FILESDIR}"/${PN}-1.15-CFLAGS.patch
38 @@ -53,7 +54,7 @@ PATCHES=(
39 )
40
41 src_prepare() {
42 - xdg_src_prepare
43 + default
44
45 use hppa && append-cflags -ffunction-sections