commit: 0f64faed03a1957ea70ed4746f1f9ef3d533a284
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 31 21:02:53 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 21:09:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f64faed
net-mail/mpop: move away from deprecated virtual/gsasl
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/mpop/{mpop-1.4.7.ebuild => mpop-1.4.7-r1.ebuild} | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/net-mail/mpop/mpop-1.4.7.ebuild
b/net-mail/mpop/mpop-1.4.7-r1.ebuild
similarity index 86%
rename from net-mail/mpop/mpop-1.4.7.ebuild
rename to net-mail/mpop/mpop-1.4.7-r1.ebuild
index 7e12850dd83b..ed615a5183b0 100644
--- a/net-mail/mpop/mpop-1.4.7.ebuild
+++ b/net-mail/mpop/mpop-1.4.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,16 +16,19 @@ RDEPEND="
idn? ( net-dns/libidn2 )
keyring? ( app-crypt/libsecret )
nls? ( virtual/libintl )
- sasl? ( virtual/gsasl )
+ sasl? ( net-misc/gsasl[client] )
ssl? (
gnutls? ( net-libs/gnutls:0=[idn?] )
!gnutls? (
- dev-libs/openssl:0=
+ dev-libs/openssl:=
)
- )"
-DEPEND="${RDEPEND}
+ )
+"
+DEPEND="
+ ${RDEPEND}
nls? ( sys-devel/gettext )
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
REQUIRED_USE="gnutls? ( ssl )"