From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BC37138351 for ; Thu, 23 Jan 2020 19:18:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44010E0ABA; Thu, 23 Jan 2020 19:18:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D213E0ABA for ; Thu, 23 Jan 2020 19:18:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17E5534E45F for ; Thu, 23 Jan 2020 19:18:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDBE1101 for ; Thu, 23 Jan 2020 19:18:29 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1579807079.160cd68a1e66d8a0586f53a293a421e66c1010d5.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gxine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gxine/gxine-0.5.909.ebuild X-VCS-Directories: media-video/gxine/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 160cd68a1e66d8a0586f53a293a421e66c1010d5 X-VCS-Branch: master Date: Thu, 23 Jan 2020 19:18:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb7c556f-6033-48f3-bcc3-0df3f6ba0056 X-Archives-Hash: 1314c4fb2022b1e7ce3a41ef23a69773 commit: 160cd68a1e66d8a0586f53a293a421e66c1010d5 Author: Matt Turner gentoo org> AuthorDate: Thu Jan 23 19:13:19 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jan 23 19:17:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160cd68a media-video/gxine: Drop IUSE=xcb Closes: https://bugs.gentoo.org/705442 Signed-off-by: Matt Turner gentoo.org> media-video/gxine/gxine-0.5.909.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/gxine/gxine-0.5.909.ebuild b/media-video/gxine/gxine-0.5.909.ebuild index 6dbccad0720..9619bbb4e5b 100644 --- a/media-video/gxine/gxine-0.5.909.ebuild +++ b/media-video/gxine/gxine-0.5.909.ebuild @@ -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 '