Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libharu/
Date: Fri, 29 Nov 2019 09:54:21
Message-Id: 1575021238.0b1826530b1060d6754af2d8c8b983d58283321e.asturm@gentoo
1 commit: 0b1826530b1060d6754af2d8c8b983d58283321e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 09:52:45 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 09:53:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b182653
7
8 media-libs/libharu: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/libharu/libharu-2.3.0-r2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/libharu/libharu-2.3.0-r2.ebuild b/media-libs/libharu/libharu-2.3.0-r2.ebuild
17 index 057e405312a..aec8e3bf620 100644
18 --- a/media-libs/libharu/libharu-2.3.0-r2.ebuild
19 +++ b/media-libs/libharu/libharu-2.3.0-r2.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 inherit cmake-multilib
28
29 @@ -18,7 +18,8 @@ IUSE=""
30
31 DEPEND="
32 media-libs/libpng:0=[${MULTILIB_USEDEP}]
33 - sys-libs/zlib:=[${MULTILIB_USEDEP}]"
34 + sys-libs/zlib:=[${MULTILIB_USEDEP}]
35 +"
36 RDEPEND="${DEPEND}"
37
38 S="${WORKDIR}/${PN}-${MYP}"
39 @@ -33,5 +34,4 @@ PATCHES=(
40 mycmakeargs=(
41 -DLIBHPDF_EXAMPLES=NO # Doesn't work
42 -DLIBHPDF_STATIC=NO
43 - -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
44 )