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 47833139085 for ; Sat, 17 Dec 2016 13:32:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B5C6E0BB1; Sat, 17 Dec 2016 13:32:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 273B5E0BB1 for ; Sat, 17 Dec 2016 13:32:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03EDF340F53 for ; Sat, 17 Dec 2016 13:32:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AE8324E1 for ; Sat, 17 Dec 2016 13:32:36 +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: <1481981551.0e456462ee53d4e84ef4f39c5a230b27ad1ae09d.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.8.3-r1.ebuild X-VCS-Directories: media-libs/gst-plugins-bad/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0e456462ee53d4e84ef4f39c5a230b27ad1ae09d X-VCS-Branch: master Date: Sat, 17 Dec 2016 13:32:36 +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: 4349c3f7-0490-484c-b882-d2d253670890 X-Archives-Hash: b1f9761fe0549d01f65fd92156ec8496 commit: 0e456462ee53d4e84ef4f39c5a230b27ad1ae09d Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 17 13:27:18 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 17 13:32:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e456462 media-libs/gst-plugins-bad: Drop bogus REQUIRED_USE restraint (#525936, #602512) Package-Manager: portage-2.3.2 media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild index 2c4212d..5d99abb 100644 --- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild +++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild @@ -15,7 +15,6 @@ KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-f IUSE="X bzip2 egl gles2 gtk +introspection opengl +orc vcd vnc wayland" REQUIRED_USE=" - egl? ( !gles2 ) gles2? ( !opengl ) opengl? ( X ) wayland? ( egl )