summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-09-08 00:53:45 +0000
committerSam James <sam@gentoo.org>2020-09-08 00:53:45 +0000
commitcde8c50c91dcd2467248a87f8e003aa9f9ab452c (patch)
tree556e47828da3372f54d34ea302b510e9c384d441
parentwww-apps/klaus: support Python 3.9, remove explicit setuptools dep. (diff)
downloadgentoo-cde8c50c91dcd2467248a87f8e003aa9f9ab452c.tar.gz
gentoo-cde8c50c91dcd2467248a87f8e003aa9f9ab452c.tar.bz2
gentoo-cde8c50c91dcd2467248a87f8e003aa9f9ab452c.zip
net-irc/znc: add subslot to 1.8.2
Plugins need a rebuild on every new version of ZNC. Acked-by: Louis Sautier <sbraz@gentoo.org> Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-irc/znc/znc-1.8.2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-irc/znc/znc-1.8.2.ebuild b/net-irc/znc/znc-1.8.2.ebuild
index fa6a8f89ce81..b70a1b5af261 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 )"