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 BCEF1158094 for ; Thu, 4 Aug 2022 05:21:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4703E0C53; Thu, 4 Aug 2022 05:21:51 +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 98924E0C53 for ; Thu, 4 Aug 2022 05:21:51 +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 7A35F3410E2 for ; Thu, 4 Aug 2022 05:21:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A06F5543 for ; Thu, 4 Aug 2022 05:21:48 +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: <1659589439.a7c16e8651ce9cb802943b1adffa227b29bf2464.juippis@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: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a7c16e8651ce9cb802943b1adffa227b29bf2464 X-VCS-Branch: master Date: Thu, 4 Aug 2022 05:21:48 +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: 4d54a89b-a393-4c0a-b37e-a3011747acbb X-Archives-Hash: fb3ae64c48b8ed25da8286b28323f2ee commit: a7c16e8651ce9cb802943b1adffa227b29bf2464 Author: Joonas Niilola gentoo org> AuthorDate: Thu Aug 4 05:03:59 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Aug 4 05:03:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c16e86 net-misc/tigervnc: Stabilize 1.12.0-r7 amd64, #863332 Signed-off-by: Joonas Niilola 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 93ca0f1495e4..32a7a5af5811 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 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="dri3 +drm gnutls java nls +opengl +server xinerama" REQUIRED_USE=" dri3? ( drm )