diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-24 00:27:10 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-31 15:37:25 +0100 |
commit | 0fce98f8426d4103340b14f22001be312a0a1b16 (patch) | |
tree | 76f860616669a3159cf9119403d92c7992a44de0 /app-editors/juffed | |
parent | */*: Switch proaudio proj packages to cmake.eclass (diff) | |
download | gentoo-0fce98f8426d4103340b14f22001be312a0a1b16.tar.gz gentoo-0fce98f8426d4103340b14f22001be312a0a1b16.tar.bz2 gentoo-0fce98f8426d4103340b14f22001be312a0a1b16.zip |
*/*: Switch qt proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/juffed')
-rw-r--r-- | app-editors/juffed/juffed-0.10_p20160323-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |