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 B88E7158094 for ; Sun, 14 Aug 2022 03:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67478E0960; Sun, 14 Aug 2022 03:19:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8FEFE0960 for ; Sun, 14 Aug 2022 03:19:32 +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 424EA3413A5 for ; Sun, 14 Aug 2022 03:19:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F52153F for ; Sun, 14 Aug 2022 03:19:29 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1660447150.c98303bcd822c0c5dfb44eca8761d9113e05c9a8.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/tigervnc/tigervnc-1.12.0-r7.ebuild X-VCS-Directories: net-misc/tigervnc/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: c98303bcd822c0c5dfb44eca8761d9113e05c9a8 X-VCS-Branch: master Date: Sun, 14 Aug 2022 03:19:29 +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: 9284bc18-9314-4f8f-9720-0d5d554fb711 X-Archives-Hash: 15e5368239cd1172a08b169d6f90ba09 commit: c98303bcd822c0c5dfb44eca8761d9113e05c9a8 Author: WANG Xuerui gentoo org> AuthorDate: Sun Aug 14 01:17:01 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Aug 14 03:19:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98303bc net-misc/tigervnc: keyword 1.12.0-r7 for ~loong Signed-off-by: WANG Xuerui gentoo.org> net-misc/tigervnc/tigervnc-1.12.0-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/tigervnc/tigervnc-1.12.0-r7.ebuild b/net-misc/tigervnc/tigervnc-1.12.0-r7.ebuild index fd57e3027d3a..4f68a5bed85a 100644 --- a/net-misc/tigervnc/tigervnc-1.12.0-r7.ebuild +++ b/net-misc/tigervnc/tigervnc-1.12.0-r7.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86" IUSE="dri3 +drm gnutls java nls +opengl +server xinerama" REQUIRED_USE=" dri3? ( drm )