diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-14 14:17:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-18 14:09:10 +0200 |
commit | 336a0347b6e36fab511de06c747b4e29383e8d0b (patch) | |
tree | 835c20011b7840c753fb6bcb75109c044949b158 /net-mail | |
parent | net-libs/webkit-gtk: Rename USE=gnome-keyring -> keyring (diff) | |
download | gentoo-336a0347b6e36fab511de06c747b4e29383e8d0b.tar.gz gentoo-336a0347b6e36fab511de06c747b4e29383e8d0b.tar.bz2 gentoo-336a0347b6e36fab511de06c747b4e29383e8d0b.zip |
net-mail/mpop: Rename USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mpop/mpop-1.4.7.ebuild | 8 |
1 files 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() { |