commit: cde8c50c91dcd2467248a87f8e003aa9f9ab452c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Sep 8 00:53:45 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Sep 8 00:53:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde8c50c
net-irc/znc: add subslot to 1.8.2 Plugins need a rebuild on every new version of ZNC. Acked-by: Louis Sautier <sbraz <AT> gentoo.org> Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam <AT> gentoo.org> net-irc/znc/znc-1.8.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-irc/znc/znc-1.8.2.ebuild b/net-irc/znc/znc-1.8.2.ebuild index fa6a8f89ce8..b70a1b5af26 100644 --- a/net-irc/znc/znc-1.8.2.ebuild +++ b/net-irc/znc/znc-1.8.2.ebuild @@ -28,7 +28,9 @@ fi HOMEPAGE="https://znc.in" LICENSE="Apache-2.0" -SLOT="0" +# "If you upgrade your ZNC version you must recompile all your modules." +# - https://wiki.znc.in/Compiling_modules +SLOT="0/${PV}" IUSE="+ipv6 +icu libressl nls perl python +ssl sasl tcl test +zlib" RESTRICT="!test? ( test )"
