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 38AC5158090 for ; Wed, 4 May 2022 22:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 700A4E07B3; Wed, 4 May 2022 22:32:27 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56DB6E07B3 for ; Wed, 4 May 2022 22:32:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42BC234167C for ; Wed, 4 May 2022 22:32:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B48D444B for ; Wed, 4 May 2022 22:32:24 +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: <1651703511.0f554d0055fb9c0b9c81933b55f95805dee8a7d6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/virtualgl/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/virtualgl/virtualgl-3.0-r1.ebuild X-VCS-Directories: x11-misc/virtualgl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f554d0055fb9c0b9c81933b55f95805dee8a7d6 X-VCS-Branch: master Date: Wed, 4 May 2022 22:32:24 +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: 76f456b8-bf8e-49ad-9a73-5e3e109b089c X-Archives-Hash: 23be72748d42972bcf13de24daaaaa2d commit: 0f554d0055fb9c0b9c81933b55f95805dee8a7d6 Author: Sam James gentoo org> AuthorDate: Wed May 4 22:31:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 4 22:31:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f554d00 x11-misc/virtualgl: Stabilize 3.0-r1 amd64, #842600 Signed-off-by: Sam James gentoo.org> x11-misc/virtualgl/virtualgl-3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/virtualgl/virtualgl-3.0-r1.ebuild b/x11-misc/virtualgl/virtualgl-3.0-r1.ebuild index ff63188223a7..762d51d6aaab 100644 --- a/x11-misc/virtualgl/virtualgl-3.0-r1.ebuild +++ b/x11-misc/virtualgl/virtualgl-3.0-r1.ebuild @@ -14,7 +14,7 @@ else MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_P}" SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Run OpenGL applications remotely with full 3D hardware acceleration"