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 F1297158094 for ; Tue, 16 Aug 2022 05:32:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B524E0AB4; Tue, 16 Aug 2022 05:32:12 +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 5A23CE0AC4 for ; Tue, 16 Aug 2022 05:32:12 +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 3984634116D for ; Tue, 16 Aug 2022 05:32:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4664558 for ; Tue, 16 Aug 2022 05:32:09 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1660627927.bd73ddf7098ff62fb469ceaff6deafab03329c61.juippis@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.1.ebuild X-VCS-Directories: x11-misc/virtualgl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bd73ddf7098ff62fb469ceaff6deafab03329c61 X-VCS-Branch: master Date: Tue, 16 Aug 2022 05:32:09 +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: aa2ea3b7-563f-49c3-a31c-606ecee54824 X-Archives-Hash: 1497b2d87c2e2c7670eabde7fa006216 commit: bd73ddf7098ff62fb469ceaff6deafab03329c61 Author: Joonas Niilola gentoo org> AuthorDate: Tue Aug 16 05:29:45 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Aug 16 05:32:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd73ddf7 x11-misc/virtualgl: Stabilize 3.0.1 amd64, #865181 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/virtualgl/virtualgl-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/virtualgl/virtualgl-3.0.1.ebuild b/x11-misc/virtualgl/virtualgl-3.0.1.ebuild index 6deb567c0970..9a089010a658 100644 --- a/x11-misc/virtualgl/virtualgl-3.0.1.ebuild +++ b/x11-misc/virtualgl/virtualgl-3.0.1.ebuild @@ -13,7 +13,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"