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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67CD0158086 for ; Sun, 31 Oct 2021 00:19:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9DADE086A; Sun, 31 Oct 2021 00:19:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 949ACE086A for ; Sun, 31 Oct 2021 00:19:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C69834340A for ; Sun, 31 Oct 2021 00:19:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F72919F for ; Sun, 31 Oct 2021 00:19:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635639558.cd3c514678ed08b63a77713a6ad552e01ca71a5a.sam@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.5-r1.ebuild media-libs/libepoxy/libepoxy-1.5.5.ebuild media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild media-libs/libepoxy/libepoxy-1.5.9.ebuild media-libs/libepoxy/libepoxy-9999.ebuild X-VCS-Directories: media-libs/libepoxy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cd3c514678ed08b63a77713a6ad552e01ca71a5a X-VCS-Branch: master Date: Sun, 31 Oct 2021 00:19:45 +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: d4c035af-44aa-4388-8354-f80a0d252087 X-Archives-Hash: 0db3e674ef90347f19e0d4c402cdcf45 commit: cd3c514678ed08b63a77713a6ad552e01ca71a5a Author: Matt Turner gentoo org> AuthorDate: Thu Jul 22 05:38:08 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 00:19:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3c5146 media-libs/libepoxy: Set USE-defaults for mesa[egl,gbm] Signed-off-by: Matt Turner gentoo.org> Signed-off-by: Sam James gentoo.org> media-libs/libepoxy/{libepoxy-1.5.5.ebuild => libepoxy-1.5.5-r1.ebuild} | 2 +- media-libs/libepoxy/{libepoxy-1.5.9.ebuild => libepoxy-1.5.9-r1.ebuild} | 2 +- media-libs/libepoxy/libepoxy-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libepoxy/libepoxy-1.5.5.ebuild b/media-libs/libepoxy/libepoxy-1.5.5-r1.ebuild similarity index 94% rename from media-libs/libepoxy/libepoxy-1.5.5.ebuild rename to media-libs/libepoxy/libepoxy-1.5.5-r1.ebuild index 62036c1ad5b..332bb0aabe7 100644 --- a/media-libs/libepoxy/libepoxy-1.5.5.ebuild +++ b/media-libs/libepoxy/libepoxy-1.5.5-r1.ebuild @@ -25,7 +25,7 @@ IUSE="+egl test +X" RESTRICT="!test? ( test )" RDEPEND=" - egl? ( media-libs/mesa[egl,${MULTILIB_USEDEP}] )" + egl? ( media-libs/mesa[egl(+),${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )" BDEPEND="${PYTHON_DEPS} diff --git a/media-libs/libepoxy/libepoxy-1.5.9.ebuild b/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild similarity index 94% rename from media-libs/libepoxy/libepoxy-1.5.9.ebuild rename to media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild index e29ce87c328..8a0359a68ec 100644 --- a/media-libs/libepoxy/libepoxy-1.5.9.ebuild +++ b/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild @@ -25,7 +25,7 @@ IUSE="+egl test +X" RESTRICT="!test? ( test )" RDEPEND=" - egl? ( media-libs/mesa[egl,${MULTILIB_USEDEP}] )" + egl? ( media-libs/mesa[egl(+),${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )" BDEPEND="${PYTHON_DEPS} diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index e29ce87c328..8a0359a68ec 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -25,7 +25,7 @@ IUSE="+egl test +X" RESTRICT="!test? ( test )" RDEPEND=" - egl? ( media-libs/mesa[egl,${MULTILIB_USEDEP}] )" + egl? ( media-libs/mesa[egl(+),${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )" BDEPEND="${PYTHON_DEPS}