Skip to content

Commit

Permalink
media-libs/libharu: EAPI-7 bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.80, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Nov 29, 2019
1 parent 03de8c8 commit 0b18265
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media-libs/libharu/libharu-2.3.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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}"
Expand All @@ -33,5 +34,4 @@ PATCHES=(
mycmakeargs=(
-DLIBHPDF_EXAMPLES=NO # Doesn't work
-DLIBHPDF_STATIC=NO
-DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
)

0 comments on commit 0b18265

Please sign in to comment.