summaryrefslogtreecommitdiff
path: root/net-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-16 18:46:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-21 11:40:22 +0100
commit857e35ea6ecff8404447046a7feae8dd4b19f7c6 (patch)
tree11a7b90b11f433b7f4a425b77172d8737a6005ab /net-libs
parent1bd953502f96253a87c36085d356944621ba00c9 (diff)
downloadkde-857e35ea6ecff8404447046a7feae8dd4b19f7c6.tar.gz
kde-857e35ea6ecff8404447046a7feae8dd4b19f7c6.tar.bz2
kde-857e35ea6ecff8404447046a7feae8dd4b19f7c6.zip
*/*: cmake-utils* -> cmake*
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/jreen/jreen-9999.ebuild4
-rw-r--r--net-libs/libtmdbqt/libtmdbqt-9999.ebuild4
-rw-r--r--net-libs/telepathy-qt/telepathy-qt-9999.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 80749366e32..51ad47248fe 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -10,7 +10,7 @@ else
inherit git-r3
EGIT_REPO_URI="https://github.com/euroelessar/${PN}.git"
fi
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Qt XMPP library"
HOMEPAGE="https://github.com/euroelessar/jreen"
@@ -32,5 +32,5 @@ src_configure() {
local mycmakeargs=(
-DJREEN_FORCE_QT4=OFF
)
- cmake-utils_src_configure
+ cmake_src_configure
}
diff --git a/net-libs/libtmdbqt/libtmdbqt-9999.ebuild b/net-libs/libtmdbqt/libtmdbqt-9999.ebuild
index 2e1dd5eb7f0..90b0c509ccf 100644
--- a/net-libs/libtmdbqt/libtmdbqt-9999.ebuild
+++ b/net-libs/libtmdbqt/libtmdbqt-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils kde.org
+inherit cmake kde.org
DESCRIPTION="Qt library to query the movie database API (themoviedb.org)"
HOMEPAGE="https://cgit.kde.org/libtmdbqt.git"
@@ -24,5 +24,5 @@ src_configure() {
-DTMDBQT_ENABLE_TESTS=$(usex test)
)
- cmake-utils_src_configure
+ cmake_src_configure
}
diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 7cbea4e3005..93461def566 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
EGIT_REPO_URI=( "https://github.com/TelepathyIM/${PN}" )
-inherit python-any-r1 cmake-utils git-r3
+inherit python-any-r1 cmake git-r3
DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
HOMEPAGE="https://telepathy.freedesktop.org/"
@@ -48,5 +48,5 @@ src_configure() {
-DENABLE_TESTS=OFF
-DENABLE_EXAMPLES=OFF
)
- cmake-utils_src_configure
+ cmake_src_configure
}