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 C1FCD138330 for ; Tue, 29 May 2018 19:08:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E56DE077D; Tue, 29 May 2018 19:08:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 62841E077D for ; Tue, 29 May 2018 19:08:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 737CC335C0C for ; Tue, 29 May 2018 19:08:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E86A3129 for ; Tue, 29 May 2018 19:08:11 +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: <1527620877.a5a91b5dc7b24a8ddf2d295e796aeffb0d85b3ed.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libepoxy/libepoxy-1.5.2.ebuild media-libs/libepoxy/libepoxy-9999.ebuild X-VCS-Directories: media-libs/libepoxy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a5a91b5dc7b24a8ddf2d295e796aeffb0d85b3ed X-VCS-Branch: master Date: Tue, 29 May 2018 19:08:11 +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: 6a6831cd-d939-46a9-bbbc-eed787f140bf X-Archives-Hash: 5dee3cd9f9ea5edf3905c602ccf03806 commit: a5a91b5dc7b24a8ddf2d295e796aeffb0d85b3ed Author: Matt Turner gentoo org> AuthorDate: Tue May 29 19:04:45 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 29 19:07:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a91b5d media-libs/libepoxy: RDEPEND on media-libs/mesa The .pc file installed by libepoxy says it requires gl, which is installed by Mesa. Closes: https://bugs.gentoo.org/610608 media-libs/libepoxy/libepoxy-1.5.2.ebuild | 4 ++-- media-libs/libepoxy/libepoxy-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/libepoxy/libepoxy-1.5.2.ebuild b/media-libs/libepoxy/libepoxy-1.5.2.ebuild index 21db4db9f63..25f715c61c3 100644 --- a/media-libs/libepoxy/libepoxy-1.5.2.ebuild +++ b/media-libs/libepoxy/libepoxy-1.5.2.ebuild @@ -26,11 +26,11 @@ LICENSE="MIT" SLOT="0" IUSE="test +X" +RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]" DEPEND="${PYTHON_DEPS} - media-libs/mesa[egl,${MULTILIB_USEDEP}] + ${RDEPEND} X? ( x11-libs/libX11[${MULTILIB_USEDEP}] ) >=dev-util/meson-0.44.0" -RDEPEND="" src_unpack() { default diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index 17eb5ee20a7..5810d7944cc 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -26,11 +26,11 @@ LICENSE="MIT" SLOT="0" IUSE="test +X" +RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]" DEPEND="${PYTHON_DEPS} - media-libs/mesa[egl,${MULTILIB_USEDEP}] + ${RDEPEND} X? ( x11-libs/libX11[${MULTILIB_USEDEP}] ) >=dev-util/meson-0.44.0" -RDEPEND="" src_unpack() { default