commit: ad8caec2d7ff6a6a6c2e02b0bea68b4af39e3dbb
Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Sep 9 11:20:24 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 9 11:24:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8caec2
net-nntp/slrn: revbump to support canlock v3.x
canlock v2 is still supported by this ebuild
EAPI 7 -> 8
Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-nntp/slrn/{slrn-1.0.3.ebuild => slrn-1.0.3-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-nntp/slrn/slrn-1.0.3.ebuild
b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
similarity index 89%
rename from net-nntp/slrn/slrn-1.0.3.ebuild
rename to net-nntp/slrn/slrn-1.0.3-r1.ebuild
index 33c6035550e..ea2f93eec04 100644
--- a/net-nntp/slrn/slrn-1.0.3.ebuild
+++ b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
MY_P="${P}a"
@@ -17,7 +17,7 @@ IUSE="canlock nls ssl uudeview"
RDEPEND="app-arch/sharutils
>=sys-libs/slang-2.2.3
virtual/mta
- canlock? ( net-libs/canlock )
+ canlock? ( net-libs/canlock:=[legacy(+)] )
ssl? (
dev-libs/openssl:0=
)
@@ -31,7 +31,7 @@ src_configure() {
econf \
--with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
--with-slrnpull \
- $(use_with canlock) \
+ $(use_with canlock canlock /usr) \
$(use_enable nls) \
$(use_with ssl) \
$(use_with uudeview uu)