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 1F540158094 for ; Sun, 10 Jul 2022 23:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AA13E0D52; Sun, 10 Jul 2022 23:15:03 +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 400C3E0D52 for ; Sun, 10 Jul 2022 23:15:03 +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 6A2BF33E695 for ; Sun, 10 Jul 2022 23:15:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2D3F105 for ; Sun, 10 Jul 2022 23:15:00 +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: <1657494890.009efa4cc0bedf6a7bbd62fa34d7dc5bdb3e5389.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gtk-vnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gtk-vnc/gtk-vnc-1.3.0-r1.ebuild X-VCS-Directories: net-libs/gtk-vnc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 009efa4cc0bedf6a7bbd62fa34d7dc5bdb3e5389 X-VCS-Branch: master Date: Sun, 10 Jul 2022 23:15:00 +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: ec1bffdf-d457-475d-abbb-a0a63c333f6b X-Archives-Hash: 8007e3d2852a0e7b9051612ebfe1bbd0 commit: 009efa4cc0bedf6a7bbd62fa34d7dc5bdb3e5389 Author: Sam James gentoo org> AuthorDate: Sun Jul 10 23:14:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 10 23:14:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009efa4c net-libs/gtk-vnc: Stabilize 1.3.0-r1 amd64, #857525 Signed-off-by: Sam James gentoo.org> net-libs/gtk-vnc/gtk-vnc-1.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gtk-vnc/gtk-vnc-1.3.0-r1.ebuild b/net-libs/gtk-vnc/gtk-vnc-1.3.0-r1.ebuild index ce015cdc3d5b..338f242ae0c3 100644 --- a/net-libs/gtk-vnc/gtk-vnc-1.3.0-r1.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-1.3.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-meson-0. LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="+introspection pulseaudio sasl +vala" REQUIRED_USE="vala? ( introspection )"