From 0fce98f8426d4103340b14f22001be312a0a1b16 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 24 Dec 2019 00:27:10 +0100 Subject: */*: Switch qt proj packages to cmake.eclass Signed-off-by: Andreas Sturmlechner --- app-editors/juffed/juffed-0.10_p20160323-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-editors/juffed') diff --git a/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild index ef84d7ef4612..955c950bbf9e 100644 --- a/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild +++ b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 COMMIT=5ba17f90ec173e773470bc80ea26bca9a3f093fd -inherit cmake-utils xdg +inherit cmake xdg DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting" HOMEPAGE="http://juffed.com/en/" @@ -41,7 +41,7 @@ src_prepare() { # Upstream version outdated/dysfunctional and CRLF terminated cp "${FILESDIR}"/FindQtSingleApplication.cmake cmake/ || die - cmake-utils_src_prepare + cmake_src_prepare sed -i -e '/set(CMAKE_CXX_FLAGS/d' CMakeLists.txt || die } @@ -54,5 +54,5 @@ src_configure() { -DUSE_SYSTEM_QTSINGLEAPPLICATION=ON -DLIB_SUFFIX=${libdir/lib/} ) - cmake-utils_src_configure + cmake_src_configure } -- cgit v1.2.3