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 2B76A15806E for ; Fri, 19 May 2023 17:46:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA0B5E088A; Fri, 19 May 2023 17:46:00 +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 8DCFEE088A for ; Fri, 19 May 2023 17:46:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D892335D84 for ; Fri, 19 May 2023 17:45:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEB77A79 for ; Fri, 19 May 2023 17:45:56 +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: <1684518269.16e5a8ad491498d3a0d0c0bc83f0367ff978e01c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/remmina/remmina-1.4.30.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 16e5a8ad491498d3a0d0c0bc83f0367ff978e01c X-VCS-Branch: master Date: Fri, 19 May 2023 17:45:56 +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: 09d35b13-492c-4679-b42f-736d7778d394 X-Archives-Hash: 2e3db23b84972773cbbe7020b83a176b commit: 16e5a8ad491498d3a0d0c0bc83f0367ff978e01c Author: Sam James gentoo org> AuthorDate: Fri May 19 17:44:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 19 17:44:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e5a8ad net-misc/remmina: Stabilize 1.4.30 x86, #906744 Signed-off-by: Sam James gentoo.org> net-misc/remmina/remmina-1.4.30.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/remmina/remmina-1.4.30.ebuild b/net-misc/remmina/remmina-1.4.30.ebuild index a61d6169fb1f..d4d8a0870486 100644 --- a/net-misc/remmina/remmina-1.4.30.ebuild +++ b/net-misc/remmina/remmina-1.4.30.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.bz2" LICENSE="GPL-2+-with-openssl-exception" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~riscv x86" IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"