Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-bad/
Date: Sun, 28 Feb 2016 16:32:27
Message-Id: 1456677135.7b8c4ae0a78ad7b64b362a2329e4eab2ed33f41c.pacho@gentoo
1 commit: 7b8c4ae0a78ad7b64b362a2329e4eab2ed33f41c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 16:23:20 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 16:32:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8c4ae0
7
8 media-libs/gst-plugins-bad: gles2 <-> egl blocker wasn't really needed (#525936#c20)
9
10 Package-Manager: portage-2.2.27
11
12 media-libs/gst-plugins-bad/gst-plugins-bad-1.6.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.6.3.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.6.3.ebuild
16 index 6d5ad2b..9874a7a 100644
17 --- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.6.3.ebuild
18 +++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.6.3.ebuild
19 @@ -16,7 +16,7 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86
20 IUSE="X egl gles2 gtk +introspection opengl +orc vcd vnc wayland"
21 REQUIRED_USE="
22 egl? ( !gles2 )
23 - gles2? ( !egl !opengl )
24 + gles2? ( !opengl )
25 opengl? ( X )
26 wayland? ( egl )
27 "