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 AEF18158041 for ; Sat, 24 Feb 2024 17:54:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BA4FE29B6; Sat, 24 Feb 2024 17:54:35 +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 6E0DCE29B6 for ; Sat, 24 Feb 2024 17:54:35 +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 633D934306A for ; Sat, 24 Feb 2024 17:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B83141121 for ; Sat, 24 Feb 2024 17:54:32 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1708797266.a57db94f4a9feeb75ffc4d39c273a7d90291c647.bkohler@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.31-r1.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: a57db94f4a9feeb75ffc4d39c273a7d90291c647 X-VCS-Branch: master Date: Sat, 24 Feb 2024 17:54:32 +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: 1715d2ca-078d-4d58-96ea-eabf4015871d X-Archives-Hash: 44a18068584fbed3bcf5fe56c4065683 commit: a57db94f4a9feeb75ffc4d39c273a7d90291c647 Author: Ben Kohler gentoo org> AuthorDate: Sat Feb 24 17:52:54 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Sat Feb 24 17:54:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57db94f net-misc/remmina: remove libvncserver[gcrypt] reference from stable too Closes: https://bugs.gentoo.org/923289 Signed-off-by: Ben Kohler gentoo.org> net-misc/remmina/remmina-1.4.31-r1.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/net-misc/remmina/remmina-1.4.31-r1.ebuild b/net-misc/remmina/remmina-1.4.31-r1.ebuild index 61570e40729b..3692a1787d4c 100644 --- a/net-misc/remmina/remmina-1.4.31-r1.ebuild +++ b/net-misc/remmina/remmina-1.4.31-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -102,9 +102,3 @@ src_configure() { ) cmake_src_configure } - -pkg_postinst() { - xdg_pkg_postinst - - optfeature "encrypted VNC connections" net-libs/libvncserver[gcrypt] -}