summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-30 19:22:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-31 18:19:21 +0100
commitd7500b6e39eb8b24bd63a8cc2daebb7f2078b7ae (patch)
tree59bbc37e50369e582eb856d2ad017e47ed7cc6bd /media-libs/libharu
parentxfce-extra/xfce4-hdaps: remove "unused" xfce4-hdaps-0.0.9-r4.ebuild. (diff)
downloadgentoo-d7500b6e39eb8b24bd63a8cc2daebb7f2078b7ae.tar.gz
gentoo-d7500b6e39eb8b24bd63a8cc2daebb7f2078b7ae.tar.bz2
gentoo-d7500b6e39eb8b24bd63a8cc2daebb7f2078b7ae.zip
*/*: Switch graphics proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libharu')
-rw-r--r--media-libs/libharu/libharu-2.3.0-r2.ebuild6
1 files 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 0d2427edfda0..0a5c2ae4ad1a 100644
--- a/media-libs/libharu/libharu-2.3.0-r2.ebuild
+++ b/media-libs/libharu/libharu-2.3.0-r2.ebuild
@@ -3,9 +3,9 @@
EAPI=7
-inherit cmake-multilib
-
+CMAKE_ECLASS=cmake
MYP=RELEASE_${PV//./_}
+inherit cmake-multilib
DESCRIPTION="C/C++ library for PDF generation"
HOMEPAGE="http://www.libharu.org/"
@@ -36,5 +36,5 @@ multilib_src_configure() {
-DLIBHPDF_EXAMPLES=NO # Doesn't work
-DLIBHPDF_STATIC=NO
)
- cmake-utils_src_configure
+ cmake_src_configure
}