commit:     b0d521bbed1bcebf2fe8a316ed3a1c892adbed62
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  3 21:37:38 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec  3 21:38:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d521bb

media-sound/clementine: Drop USE=X, it does not work

And the pace of upstream development makes it unlikely to be fixed soon.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-sound/clementine/clementine-9999.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/media-sound/clementine/clementine-9999.ebuild 
b/media-sound/clementine/clementine-9999.ebuild
index b0f63f84244..a2fe1ad85c4 100644
--- a/media-sound/clementine/clementine-9999.ebuild
+++ b/media-sound/clementine/clementine-9999.ebuild
@@ -20,7 +20,7 @@ LICENSE="GPL-3"
 SLOT="0"
 [[ ${PV} == *9999* ]] || \
 KEYWORDS="~amd64 ~x86"
-IUSE="box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar mtp 
projectm pulseaudio seafile skydrive test +udisks wiimote +X"
+IUSE="box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar mtp 
projectm pulseaudio seafile skydrive test +udisks wiimote"
 
 REQUIRED_USE="
        udisks? ( dbus )
@@ -41,6 +41,7 @@ COMMON_DEPEND="
        dev-qt/qtsql:5[sqlite]
        dev-qt/qtwebkit:5
        dev-qt/qtwidgets:5
+       dev-qt/qtx11extras:5
        dev-qt/qtxml:5
        media-libs/chromaprint:=
        media-libs/gstreamer:1.0
@@ -50,6 +51,7 @@ COMMON_DEPEND="
        sys-libs/zlib
        virtual/glu
        virtual/opengl
+       x11-libs/libX11
        cdda? ( dev-libs/libcdio )
        dbus? ( dev-qt/qtdbus:5 )
        ipod? ( >=media-libs/libgpod-0.8.0 )
@@ -60,10 +62,6 @@ COMMON_DEPEND="
                media-libs/glew:=
                >=media-libs/libprojectm-1.2.0
        )
-       X? (
-               dev-qt/qtx11extras:5
-               x11-libs/libX11
-       )
 "
 # Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is 
required; check if this can be overcome someway;
 # Libprojectm-1.2 seems to work fine, so no reason to use bundled version; 
check clementine's patches:
@@ -156,7 +154,6 @@ src_configure() {
                -DENABLE_LIBPULSE="$(usex pulseaudio)"
                -DENABLE_UDISKS2="$(usex udisks)"
                -DENABLE_WIIMOTEDEV="$(usex wiimote)"
-               -DCMAKE_DISABLE_FIND_PACKAGE_X11="$(usex X)"
        )
 
        use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT

Reply via email to