diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-06-01 19:56:23 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-06-01 20:04:30 +0200 |
commit | 739e8f5fbea2b6f9835621c090f549dcef7ef705 (patch) | |
tree | 0dc5d49733dc379a9f7836641aa68d3faa171754 /net-irc/znc | |
parent | sys-libs/glibc: Stabilize 2.33 ppc64, #793692 (diff) | |
download | gentoo-739e8f5fbea2b6f9835621c090f549dcef7ef705.tar.gz gentoo-739e8f5fbea2b6f9835621c090f549dcef7ef705.tar.bz2 gentoo-739e8f5fbea2b6f9835621c090f549dcef7ef705.zip |
net-irc/znc: fix SLOT for live ebuild
Signed-off-by: Louis Sautier <sbraz@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 | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net-irc/znc/znc-1.8.2.ebuild b/net-irc/znc/znc-1.8.2.ebuild index 915c424ab54e..8993eb8037d9 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 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 a8bc97c74b97..303be8154904 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -23,15 +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" -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 nls perl python +ssl sasl tcl test +zlib" RESTRICT="!test? ( test )" |