commit: 5582b02f90dcfeba51ce63a49c97f9551a0f45b7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 21:30:23 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 21:31:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5582b02f
net-irc/znc: sync live ebuild
Include subslot definition in 9999 to make sure
it is not lost on any future bumps.
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 | 6 +++---
net-irc/znc/znc-9999.ebuild | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/net-irc/znc/znc-1.8.2.ebuild b/net-irc/znc/znc-1.8.2.ebuild
index b70a1b5af26..975978dcf4e 100644
--- a/net-irc/znc/znc-1.8.2.ebuild
+++ b/net-irc/znc/znc-1.8.2.ebuild
@@ -23,14 +23,14 @@ else
test? ( ${GTEST_URL} )
"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ # "If you upgrade your ZNC version you must recompile all your modules."
+ # - https://wiki.znc.in/Compiling_modules
+ SLOT="0/${PV}"
S=${WORKDIR}/${MY_P}
fi
HOMEPAGE="https://znc.in"
LICENSE="Apache-2.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 )"
diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild
index fa6a8f89ce8..764c35c45dc 100644
--- a/net-irc/znc/znc-9999.ebuild
+++ b/net-irc/znc/znc-9999.ebuild
@@ -23,6 +23,9 @@ else
test? ( ${GTEST_URL} )
"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ # "If you upgrade your ZNC version you must recompile all your modules."
+ # - https://wiki.znc.in/Compiling_modules
+ SLOT="0/${PV}"
S=${WORKDIR}/${MY_P}
fi