diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-30 20:12:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-31 19:42:20 +0100 |
commit | be0ab352405aa2d5d968a8c3905557b914df9626 (patch) | |
tree | 5b5da6a6ab8feb0c82b1f5c6b02e9fafdee83463 /media-gfx | |
parent | sys-kernel/gentoo-sources: Linux patch 5.4.7 (diff) | |
download | gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.tar.gz gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.tar.bz2 gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.zip |
*/*: Switch proxy-maint to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/qimgv/qimgv-0.8.5.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/qimgv/qimgv-0.8.8.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-gfx/qimgv/qimgv-0.8.5.ebuild b/media-gfx/qimgv/qimgv-0.8.5.ebuild index 81ac18fca861..71f3879d1181 100644 --- a/media-gfx/qimgv/qimgv-0.8.5.ebuild +++ b/media-gfx/qimgv/qimgv-0.8.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="A cross-platform image viewer with webm support, written in qt5" HOMEPAGE="https://github.com/easymodo/qimgv" @@ -31,7 +31,7 @@ RDEPEND=" " src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # respect make.conf CXXFLAGS sed -i -e '/set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -lstdc++fs -O3")/d' CMakeLists.txt || die } @@ -42,7 +42,7 @@ src_configure() { -DKDE_SUPPORT=$(usex kde) -DVIDEO_SUPPORT=$(usex video) ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { diff --git a/media-gfx/qimgv/qimgv-0.8.8.ebuild b/media-gfx/qimgv/qimgv-0.8.8.ebuild index e605fa5db2f8..b5ebae292347 100644 --- a/media-gfx/qimgv/qimgv-0.8.8.ebuild +++ b/media-gfx/qimgv/qimgv-0.8.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="A cross-platform image viewer with webm support, written in qt5" HOMEPAGE="https://github.com/easymodo/qimgv" @@ -31,7 +31,7 @@ RDEPEND=" " src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # respect make.conf CXXFLAGS sed -i -e '/set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -lstdc++fs -O3")/d' CMakeLists.txt || die } @@ -42,7 +42,7 @@ src_configure() { -DKDE_SUPPORT=$(usex kde) -DVIDEO_SUPPORT=$(usex video) ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { |