summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-14 14:17:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-18 14:09:10 +0200
commit1bf0b4352b225cc0ccc525957863d0e88b11b56b (patch)
tree4a529317fcb9a35c0477b198ebfdc4612a032570 /net-misc
parentnet-mail/mpop: Rename USE=gnome-keyring -> keyring (diff)
downloadgentoo-1bf0b4352b225cc0ccc525957863d0e88b11b56b.tar.gz
gentoo-1bf0b4352b225cc0ccc525957863d0e88b11b56b.tar.bz2
gentoo-1bf0b4352b225cc0ccc525957863d0e88b11b56b.zip
net-misc/remmina: Rename USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/remmina/remmina-1.4.29-r2.ebuild6
-rw-r--r--net-misc/remmina/remmina-1.4.30.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/remmina/remmina-1.4.29-r2.ebuild b/net-misc/remmina/remmina-1.4.29-r2.ebuild
index 2a0cc95fbf42..b362cbf26010 100644
--- a/net-misc/remmina/remmina-1.4.29-r2.ebuild
+++ b/net-misc/remmina/remmina-1.4.29-r2.ebuild
@@ -16,7 +16,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"
-IUSE="+appindicator crypt cups examples gnome-keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf"
+IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -32,7 +32,7 @@ COMMON_DEPEND="
x11-libs/libxkbfile
appindicator? ( dev-libs/libayatana-appindicator )
crypt? ( dev-libs/libgcrypt:0= )
- gnome-keyring? ( app-crypt/libsecret )
+ keyring? ( app-crypt/libsecret )
gvnc? ( net-libs/gtk-vnc )
kwallet? ( kde-frameworks/kwallet )
python? ( ${PYTHON_DEPS} )
@@ -87,7 +87,7 @@ src_configure() {
-DWITH_GETTEXT=$(usex nls)
-DWITH_ICON_CACHE=OFF
-DWITH_KF5WALLET=$(usex kwallet)
- -DWITH_LIBSECRET=$(usex gnome-keyring)
+ -DWITH_LIBSECRET=$(usex keyring)
-DWITH_LIBSSH=$(usex ssh)
-DWITH_LIBVNCSERVER=$(usex vnc)
-DWITH_PYTHONLIBS=$(usex python ON OFF)
diff --git a/net-misc/remmina/remmina-1.4.30.ebuild b/net-misc/remmina/remmina-1.4.30.ebuild
index 790b0d0b43f2..a61d6169fb1f 100644
--- a/net-misc/remmina/remmina-1.4.30.ebuild
+++ b/net-misc/remmina/remmina-1.4.30.ebuild
@@ -16,7 +16,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"
-IUSE="+appindicator crypt cups examples gnome-keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf"
+IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -32,7 +32,7 @@ COMMON_DEPEND="
x11-libs/libxkbfile
appindicator? ( dev-libs/libayatana-appindicator )
crypt? ( dev-libs/libgcrypt:0= )
- gnome-keyring? ( app-crypt/libsecret )
+ keyring? ( app-crypt/libsecret )
gvnc? ( net-libs/gtk-vnc )
kwallet? ( kde-frameworks/kwallet )
python? ( ${PYTHON_DEPS} )
@@ -87,7 +87,7 @@ src_configure() {
-DWITH_GETTEXT=$(usex nls)
-DWITH_ICON_CACHE=OFF
-DWITH_KF5WALLET=$(usex kwallet)
- -DWITH_LIBSECRET=$(usex gnome-keyring)
+ -DWITH_LIBSECRET=$(usex keyring)
-DWITH_LIBSSH=$(usex ssh)
-DWITH_LIBVNCSERVER=$(usex vnc)
-DWITH_PYTHONLIBS=$(usex python ON OFF)