commit: 1f381d57aaf4b85da9b79d584ee5b852f4770fd9 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Apr 19 07:20:42 2019 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> 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 <pacho <AT> 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
