media-video/gxine: Drop IUSE=xcb
authorMatt Turner <mattst88@gentoo.org>
Thu, 23 Jan 2020 19:13:19 +0000 (11:13 -0800)
committerMatt Turner <mattst88@gentoo.org>
Thu, 23 Jan 2020 19:17:59 +0000 (11:17 -0800)
Closes: https://bugs.gentoo.org/705442
Signed-off-by: Matt Turner <mattst88@gentoo.org>
media-video/gxine/gxine-0.5.909.ebuild

index 6dbccad0720bf89f0dd971c1d4e3a6fe2dd0f803..9619bbb4e5bd0830d58eff7c94d86ca5e79ab0f7 100644 (file)
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="l10n_cs l10n_de lirc nls nsplugin udev +xcb xinerama"
+IUSE="l10n_cs l10n_de lirc nls nsplugin udev xinerama"
 
 COMMON_DEPEND=">=media-libs/xine-lib-1.1.20[gtk]
        x11-libs/gtk+:2
@@ -20,13 +20,13 @@ COMMON_DEPEND=">=media-libs/xine-lib-1.1.20[gtk]
        x11-libs/libX11
        x11-libs/libXext
        x11-libs/libXrender
+       x11-libs/libxcb
        lirc? ( app-misc/lirc )
        nls? ( virtual/libintl )
        nsplugin? ( dev-libs/nspr
                x11-libs/libXaw
                x11-libs/libXt )
        udev? ( dev-libs/libgudev:= )
-       xcb? ( x11-libs/libxcb )
        xinerama? ( x11-libs/libXinerama )"
 DEPEND="${COMMON_DEPEND}
        virtual/pkgconfig
@@ -48,7 +48,7 @@ src_configure() {
                $(use_enable nls) \
                $(use_enable lirc) \
                --enable-watchdog \
-               $(use_with xcb) \
+               --with-xcb \
                $(has_version '<dev-lang/spidermonkey-1.8.5' && echo --with-spidermonkey=/usr/include/js) \
                $(use_with nsplugin browser-plugin) \
                $(use_with udev gudev) \