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 351D2138334 for ; Sat, 20 Apr 2019 23:25:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEDECE09D6; Sat, 20 Apr 2019 23:20:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C603AE0900 for ; Sat, 20 Apr 2019 23:20:27 +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 B87EB3419D2 for ; Fri, 19 Apr 2019 07:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09E7D57E for ; Fri, 19 Apr 2019 07:22:01 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1555658512.1f381d57aaf4b85da9b79d584ee5b852f4770fd9.pacho@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: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1f381d57aaf4b85da9b79d584ee5b852f4770fd9 X-VCS-Branch: master Date: Fri, 19 Apr 2019 07:22:01 +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: 847f94af-48a0-4fce-8cb4-d79b6a294e15 X-Archives-Hash: 542dd974a0f7fc3977cb16cd3bd294df commit: 1f381d57aaf4b85da9b79d584ee5b852f4770fd9 Author: Pacho Ramos gentoo org> AuthorDate: Fri Apr 19 07:20:42 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Apr 19 07:21:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f381d57 media-video/gxine: Needs xine-lib[gtk] to build Bug: https://bugs.gentoo.org/681488 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> media-video/gxine/gxine-0.5.909.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/gxine/gxine-0.5.909.ebuild b/media-video/gxine/gxine-0.5.909.ebuild index d8154294cae..6dc406efbed 100644 --- a/media-video/gxine/gxine-0.5.909.ebuild +++ b/media-video/gxine/gxine-0.5.909.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="l10n_cs l10n_de lirc nls nsplugin udev +xcb xinerama" -COMMON_DEPEND=">=media-libs/xine-lib-1.1.20 +COMMON_DEPEND=">=media-libs/xine-lib-1.1.20[gtk] x11-libs/gtk+:2 >=dev-libs/glib-2 >=dev-lang/spidermonkey-1.8.2.15:0