Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/
Date: Tue, 08 Sep 2020 00:54:00
Message-Id: 1599526425.cde8c50c91dcd2467248a87f8e003aa9f9ab452c.sam@gentoo
1 commit: cde8c50c91dcd2467248a87f8e003aa9f9ab452c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 8 00:53:45 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 8 00:53:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde8c50c
7
8 net-irc/znc: add subslot to 1.8.2
9
10 Plugins need a rebuild on every new version
11 of ZNC.
12
13 Acked-by: Louis Sautier <sbraz <AT> gentoo.org>
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 net-irc/znc/znc-1.8.2.ebuild | 4 +++-
18 1 file changed, 3 insertions(+), 1 deletion(-)
19
20 diff --git a/net-irc/znc/znc-1.8.2.ebuild b/net-irc/znc/znc-1.8.2.ebuild
21 index fa6a8f89ce8..b70a1b5af26 100644
22 --- a/net-irc/znc/znc-1.8.2.ebuild
23 +++ b/net-irc/znc/znc-1.8.2.ebuild
24 @@ -28,7 +28,9 @@ fi
25
26 HOMEPAGE="https://znc.in"
27 LICENSE="Apache-2.0"
28 -SLOT="0"
29 +# "If you upgrade your ZNC version you must recompile all your modules."
30 +# - https://wiki.znc.in/Compiling_modules
31 +SLOT="0/${PV}"
32 IUSE="+ipv6 +icu libressl nls perl python +ssl sasl tcl test +zlib"
33 RESTRICT="!test? ( test )"