commit: 0b1826530b1060d6754af2d8c8b983d58283321e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 09:52:45 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 09:53:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b182653
media-libs/libharu: EAPI-7 bump
Package-Manager: Portage-2.3.80, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libharu/libharu-2.3.0-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-libs/libharu/libharu-2.3.0-r2.ebuild
b/media-libs/libharu/libharu-2.3.0-r2.ebuild
index 057e405312a..aec8e3bf620 100644
--- a/media-libs/libharu/libharu-2.3.0-r2.ebuild
+++ b/media-libs/libharu/libharu-2.3.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit cmake-multilib
@@ -18,7 +18,8 @@ IUSE=""
DEPEND="
media-libs/libpng:0=[${MULTILIB_USEDEP}]
- sys-libs/zlib:=[${MULTILIB_USEDEP}]"
+ sys-libs/zlib:=[${MULTILIB_USEDEP}]
+"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${MYP}"
@@ -33,5 +34,4 @@ PATCHES=(
mycmakeargs=(
-DLIBHPDF_EXAMPLES=NO # Doesn't work
-DLIBHPDF_STATIC=NO
- -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
)