From 336a0347b6e36fab511de06c747b4e29383e8d0b Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 14 May 2023 14:17:28 +0200 Subject: net-mail/mpop: Rename USE=gnome-keyring -> keyring Signed-off-by: Andreas Sturmlechner --- net-mail/mpop/mpop-1.4.7.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-mail/mpop') diff --git a/net-mail/mpop/mpop-1.4.7.ebuild b/net-mail/mpop/mpop-1.4.7.ebuild index af96b991a598..7e12850dd83b 100644 --- a/net-mail/mpop/mpop-1.4.7.ebuild +++ b/net-mail/mpop/mpop-1.4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,11 +10,11 @@ SRC_URI="https://marlam.de/mpop/releases/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="gnutls idn gnome-keyring nls sasl ssl vim-syntax" +IUSE="gnutls idn keyring nls sasl ssl vim-syntax" RDEPEND=" idn? ( net-dns/libidn2 ) - gnome-keyring? ( app-crypt/libsecret ) + keyring? ( app-crypt/libsecret ) nls? ( virtual/libintl ) sasl? ( virtual/gsasl ) ssl? ( @@ -37,7 +37,7 @@ src_configure() { $(use_with ssl tls $(usex gnutls "gnutls" "openssl")) \ $(use_with sasl libgsasl) \ $(use_with idn libidn) \ - $(use_with gnome-keyring libsecret) + $(use_with keyring libsecret) } src_install() { -- cgit v1.2.3-65-gdbad