commit: a57db94f4a9feeb75ffc4d39c273a7d90291c647 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Sat Feb 24 17:52:54 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> 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 <bkohler <AT> 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] -}
