diff options
author | Sam James <sam@gentoo.org> | 2020-09-09 21:30:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-09 21:31:13 +0000 |
commit | 5582b02f90dcfeba51ce63a49c97f9551a0f45b7 (patch) | |
tree | da171e02a5fdca85a584159c9b5ef2a60229d664 /net-irc/znc | |
parent | app-emulation/libvirt: only define KEYWORDS once (diff) | |
download | gentoo-5582b02f90dcfeba51ce63a49c97f9551a0f45b7.tar.gz gentoo-5582b02f90dcfeba51ce63a49c97f9551a0f45b7.tar.bz2 gentoo-5582b02f90dcfeba51ce63a49c97f9551a0f45b7.zip |
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@gentoo.org>
Diffstat (limited to 'net-irc/znc')
-rw-r--r-- | net-irc/znc/znc-1.8.2.ebuild | 6 | ||||
-rw-r--r-- | 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 b70a1b5af261..975978dcf4e3 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 fa6a8f89ce81..764c35c45dcc 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 |