commit:     06cd9b276eb32c34e494489667e4d4f259f5eb20
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 19:30:21 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 06:02:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cd9b27

media-video/qx11grab: Drop USE=kde

kdelibs4 is deprecated and will be removed eventually.
Dropping support here does not remove anything important, it is limited
to KAboutDialog.

Gentoo-bug: 629018
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-video/qx11grab/qx11grab-0.4.12.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-video/qx11grab/qx11grab-0.4.12.ebuild 
b/media-video/qx11grab/qx11grab-0.4.12.ebuild
index 8d51aaea7cc..236df54b6bc 100644
--- a/media-video/qx11grab/qx11grab-0.4.12.ebuild
+++ b/media-video/qx11grab/qx11grab-0.4.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="http://qx11grab.hjcms.de/downloads/${PV}/${P}.tar.xz";
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="libav kde opengl pulseaudio"
+IUSE="libav opengl pulseaudio"
 
 RDEPEND="
        dev-libs/qjson
@@ -27,13 +27,11 @@ RDEPEND="
        >=x11-libs/libXrandr-1.3
        libav? ( >=media-video/libav-9:0=[X,encode,truetype] )
        !libav? ( >=media-video/ffmpeg-1.1:0=[X,encode,truetype] )
-       kde? ( kde-frameworks/kdelibs:4 )
        opengl? ( >=dev-qt/qtopengl-4.7.4:4 )
        pulseaudio? ( media-sound/pulseaudio )
 "
 DEPEND="${RDEPEND}
        virtual/pkgconfig
-       kde? ( dev-util/automoc )
 "
 PDEPEND="virtual/freedesktop-icon-theme"
 
@@ -49,7 +47,7 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_enable kde KDE_SUPPORT)
+               -DENABLE_KDE_SUPPORT=OFF
                $(cmake-utils_use_enable opengl)
                $(cmake-utils_use_enable pulseaudio PULSE)
        )

Reply via email to