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 BE7C4158086 for ; Sun, 31 Oct 2021 00:19:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09DE1E0864; Sun, 31 Oct 2021 00:19:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DB44AE0864 for ; Sun, 31 Oct 2021 00:19:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 0C62C343403 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 5A41D199 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: <1635639556.e3ede4f1eafeae163074ecc49192a816b6e166b4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freeglut/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/freeglut/freeglut-3.2.1-r1.ebuild media-libs/freeglut/freeglut-3.2.1-r2.ebuild X-VCS-Directories: media-libs/freeglut/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e3ede4f1eafeae163074ecc49192a816b6e166b4 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: 64c21156-136c-4f76-87a9-82ec6c148b03 X-Archives-Hash: 29ce365943e2711601b4be69faa12254 commit: e3ede4f1eafeae163074ecc49192a816b6e166b4 Author: Matt Turner gentoo org> AuthorDate: Thu Jul 22 05:38:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 00:19:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ede4f1 media-libs/freeglut: Set USE-defaults for mesa[egl,gbm] Signed-off-by: Matt Turner gentoo.org> Signed-off-by: Sam James gentoo.org> .../freeglut/{freeglut-3.2.1-r1.ebuild => freeglut-3.2.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/freeglut/freeglut-3.2.1-r1.ebuild b/media-libs/freeglut/freeglut-3.2.1-r2.ebuild similarity index 95% rename from media-libs/freeglut/freeglut-3.2.1-r1.ebuild rename to media-libs/freeglut/freeglut-3.2.1-r2.ebuild index 8cac34cf3c4..f99b7bafeb9 100644 --- a/media-libs/freeglut/freeglut-3.2.1-r1.ebuild +++ b/media-libs/freeglut/freeglut-3.2.1-r2.ebuild @@ -23,7 +23,7 @@ RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}] >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] >=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}]" -# gles? ( media-libs/mesa[egl,gles1,gles2,${MULTILIB_USEDEP}] ) +# gles? ( media-libs/mesa[egl(+),gles1,gles2,${MULTILIB_USEDEP}] ) DEPEND="${RDEPEND} x11-base/xorg-proto" BDEPEND="virtual/pkgconfig"