commit:     336a0347b6e36fab511de06c747b4e29383e8d0b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 12:17:28 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 18 12:09:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336a0347

net-mail/mpop: Rename USE=gnome-keyring -> keyring

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-mail/mpop/mpop-1.4.7.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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() {

Reply via email to