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 B71AE15806E for ; Thu, 18 May 2023 12:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12F8CE07F2; Thu, 18 May 2023 12:17:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EBEA8E07F2 for ; Thu, 18 May 2023 12:17:34 +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 3622F340BDE for ; Thu, 18 May 2023 12:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64B49A80 for ; Thu, 18 May 2023 12:17:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1684411750.1bf0b4352b225cc0ccc525957863d0e88b11b56b.asturm@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.29-r2.ebuild net-misc/remmina/remmina-1.4.30.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1bf0b4352b225cc0ccc525957863d0e88b11b56b X-VCS-Branch: master Date: Thu, 18 May 2023 12:17:30 +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: c7465ece-6057-4a11-8e1d-89d49c414073 X-Archives-Hash: 575fcb22e5f1ce4b554a8e95d878ba37 commit: 1bf0b4352b225cc0ccc525957863d0e88b11b56b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 14 12:17:35 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 18 12:09:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf0b435 net-misc/remmina: Rename USE=gnome-keyring -> keyring Signed-off-by: Andreas Sturmlechner gentoo.org> net-misc/remmina/remmina-1.4.29-r2.ebuild | 6 +++--- net-misc/remmina/remmina-1.4.30.ebuild | 6 +++--- 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)