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 521E0138334 for ; Wed, 25 Sep 2019 20:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C942E090A; Wed, 25 Sep 2019 20:58:18 +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 42C51E090A for ; Wed, 25 Sep 2019 20:58:18 +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 CB4FD34B5AB for ; Wed, 25 Sep 2019 20:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59E2D6E8 for ; Wed, 25 Sep 2019 20:58:14 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1569445074.9cb66262dff567c30bbbbb09a4002117bf549cad.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXvMC/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXvMC/libXvMC-1.0.12.ebuild X-VCS-Directories: x11-libs/libXvMC/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9cb66262dff567c30bbbbb09a4002117bf549cad X-VCS-Branch: master Date: Wed, 25 Sep 2019 20:58:14 +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: 01cb003a-f912-40e1-9397-949434639d56 X-Archives-Hash: e461690b85b94778c20bb02f32285daa commit: 9cb66262dff567c30bbbbb09a4002117bf549cad Author: Matt Turner gentoo org> AuthorDate: Wed Sep 25 20:57:31 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Sep 25 20:57:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb66262 x11-libs/libXvMC: Add blocker dep on x11-base/xorg-proto Closes: https://bugs.gentoo.org/695606 Signed-off-by: Matt Turner gentoo.org> x11-libs/libXvMC/libXvMC-1.0.12.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/libXvMC/libXvMC-1.0.12.ebuild b/x11-libs/libXvMC/libXvMC-1.0.12.ebuild index bc60b8a91c3..7b097fee4de 100644 --- a/x11-libs/libXvMC/libXvMC-1.0.12.ebuild +++ b/x11-libs/libXvMC/libXvMC-1.0.12.ebuild @@ -14,7 +14,8 @@ IUSE="" RDEPEND=" >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]" + >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}] + !