commit: 973bc57a485ec814e52f83476e88ea507661c1b0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 15:34:23 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 16:12:44 2016 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=973bc57a
net-libs/telepathy-qt: sync with kde
Package-Manager: portage-2.3.2
net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 6cc904c..cdbb11a 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -2,14 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit python-any-r1 cmake-utils virtualx multibuild git-r3
+EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
+inherit python-any-r1 cmake-utils virtualx git-r3 multibuild
DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
HOMEPAGE="http://telepathy.freedesktop.org/"
-EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
LICENSE="LGPL-2.1"
SLOT="0"
@@ -58,9 +58,9 @@ pkg_setup() {
src_configure() {
myconfigure() {
local mycmakeargs=(
- $(cmake-utils_use_enable debug DEBUG_OUTPUT)
- $(cmake-utils_use_enable farstream)
- $(cmake-utils_use_enable test TESTS)
+ -DENABLE_DEBUG_OUTPUT=$(usex debug)
+ -DENABLE_FARSTREAM=$(usex farstream)
+ -DENABLE_TESTS=$(usex test)
-DENABLE_EXAMPLES=OFF
-ENABLE_SERVICE_SUPPORT=ON
)