From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C86BE1388C0 for ; Sun, 28 Feb 2016 16:32:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5637621C004; Sun, 28 Feb 2016 16:32:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEE3621C001 for ; Sun, 28 Feb 2016 16:32:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF037340834 for ; Sun, 28 Feb 2016 16:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA61518A4 for ; Sun, 28 Feb 2016 16:32:23 +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: <1456677135.7b8c4ae0a78ad7b64b362a2329e4eab2ed33f41c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-bad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-bad/gst-plugins-bad-1.6.3.ebuild X-VCS-Directories: media-libs/gst-plugins-bad/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7b8c4ae0a78ad7b64b362a2329e4eab2ed33f41c X-VCS-Branch: master Date: Sun, 28 Feb 2016 16:32:23 +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-Archives-Salt: 0501c870-57d9-490f-8fcf-f3a44d02bad1 X-Archives-Hash: 3e460943c63e84b9462e45203f0d2e7f commit: 7b8c4ae0a78ad7b64b362a2329e4eab2ed33f41c Author: Pacho Ramos gentoo org> AuthorDate: Sun Feb 28 16:23:20 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Feb 28 16:32:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8c4ae0 media-libs/gst-plugins-bad: gles2 <-> egl blocker wasn't really needed (#525936#c20) Package-Manager: portage-2.2.27 media-libs/gst-plugins-bad/gst-plugins-bad-1.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 6d5ad2b..9874a7a 100644 --- 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,7 +16,7 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86 IUSE="X egl gles2 gtk +introspection opengl +orc vcd vnc wayland" REQUIRED_USE=" egl? ( !gles2 ) - gles2? ( !egl !opengl ) + gles2? ( !opengl ) opengl? ( X ) wayland? ( egl ) "