diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-02-24 11:52:54 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-02-24 11:54:26 -0600 |
commit | a57db94f4a9feeb75ffc4d39c273a7d90291c647 (patch) | |
tree | 035765a94075d20196360037dde8893c28bba9f4 /net-misc/remmina | |
parent | net-misc/remmina: add 1.4.35 (diff) | |
download | gentoo-a57db94f4a9feeb75ffc4d39c273a7d90291c647.tar.gz gentoo-a57db94f4a9feeb75ffc4d39c273a7d90291c647.tar.bz2 gentoo-a57db94f4a9feeb75ffc4d39c273a7d90291c647.zip |
net-misc/remmina: remove libvncserver[gcrypt] reference from stable too
Closes: https://bugs.gentoo.org/923289
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc/remmina')
-rw-r--r-- | net-misc/remmina/remmina-1.4.31-r1.ebuild | 8 |
1 files changed, 1 insertions, 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] -} |