From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id BC9301584AD for ; Mon, 28 Apr 2025 05:12:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 97099343165 for ; Mon, 28 Apr 2025 05:12:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0E3401104B9; Mon, 28 Apr 2025 05:11:55 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 07C5C1104B9 for ; Mon, 28 Apr 2025 05:11:55 +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 B95F734311A for ; Mon, 28 Apr 2025 05:11:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2888E2668 for ; Mon, 28 Apr 2025 05:11:53 +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: <1745817080.0e47314151012449d82ce0413aa6d892bed1bc13.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libvncserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libvncserver/libvncserver-0.9.15.ebuild X-VCS-Directories: net-libs/libvncserver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0e47314151012449d82ce0413aa6d892bed1bc13 X-VCS-Branch: master Date: Mon, 28 Apr 2025 05:11:53 +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: 22fc156f-8fbd-4558-82ae-2cb113e72e09 X-Archives-Hash: 6430ddf47b5e46477473488dbb739dfc commit: 0e47314151012449d82ce0413aa6d892bed1bc13 Author: Sam James gentoo org> AuthorDate: Mon Apr 28 05:11:20 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 28 05:11:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e473141 net-libs/libvncserver: Stabilize 0.9.15 ppc64, #954924 Signed-off-by: Sam James gentoo.org> net-libs/libvncserver/libvncserver-0.9.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libvncserver/libvncserver-0.9.15.ebuild b/net-libs/libvncserver/libvncserver-0.9.15.ebuild index 9bb831fa9724..6c3804a77c30 100644 --- a/net-libs/libvncserver/libvncserver-0.9.15.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.15.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_P}" LICENSE="GPL-2 GPL-2+ LGPL-2.1+ BSD MIT" # no sub slot wanted (yet), see #578958 SLOT="0" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+24bpp +filetransfer gnutls ipv6 +jpeg lzo +png sasl ssl systemd test +threads +zlib" RESTRICT="!test? ( test )" # https://bugs.gentoo.org/690202