diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-30 19:22:57 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-31 18:19:21 +0100 |
commit | d7500b6e39eb8b24bd63a8cc2daebb7f2078b7ae (patch) | |
tree | 59bbc37e50369e582eb856d2ad017e47ed7cc6bd /media-gfx/rawtherapee | |
parent | xfce-extra/xfce4-hdaps: remove "unused" xfce4-hdaps-0.0.9-r4.ebuild. (diff) | |
download | gentoo-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-gfx/rawtherapee')
-rw-r--r-- | media-gfx/rawtherapee/rawtherapee-5.6.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/rawtherapee/rawtherapee-5.7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/rawtherapee/rawtherapee-5.6.ebuild b/media-gfx/rawtherapee/rawtherapee-5.6.ebuild index e59d05f213b3..8af21b12f820 100644 --- a/media-gfx/rawtherapee/rawtherapee-5.6.ebuild +++ b/media-gfx/rawtherapee/rawtherapee-5.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 MY_P=${P/_rc/-rc} -inherit cmake-utils flag-o-matic toolchain-funcs xdg-utils +inherit cmake flag-o-matic toolchain-funcs xdg-utils DESCRIPTION="A powerful cross-platform raw image processing program" HOMEPAGE="https://www.rawtherapee.com/" @@ -58,7 +58,7 @@ src_configure() { -DCACHE_NAME_SUFFIX="" -DWITH_SYSTEM_KLT="off" ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { diff --git a/media-gfx/rawtherapee/rawtherapee-5.7.ebuild b/media-gfx/rawtherapee/rawtherapee-5.7.ebuild index 48b8dca754d1..b51ffe1ca52a 100644 --- a/media-gfx/rawtherapee/rawtherapee-5.7.ebuild +++ b/media-gfx/rawtherapee/rawtherapee-5.7.ebuild @@ -4,7 +4,7 @@ EAPI=7 MY_P=${P/_rc/-rc} -inherit cmake-utils flag-o-matic toolchain-funcs xdg-utils +inherit cmake flag-o-matic toolchain-funcs xdg-utils DESCRIPTION="A powerful cross-platform raw image processing program" HOMEPAGE="https://www.rawtherapee.com/" @@ -58,7 +58,7 @@ src_configure() { -DCACHE_NAME_SUFFIX="" -DWITH_SYSTEM_KLT="off" ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { |