Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/
Date: Tue, 01 Jun 2021 18:07:07
Message-Id: 1622570670.739e8f5fbea2b6f9835621c090f549dcef7ef705.sbraz@gentoo
1 commit: 739e8f5fbea2b6f9835621c090f549dcef7ef705
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 17:56:23 2021 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 18:04:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739e8f5f
7
8 net-irc/znc: fix SLOT for live ebuild
9
10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
11
12 net-irc/znc/znc-1.8.2.ebuild | 6 +++---
13 net-irc/znc/znc-9999.ebuild | 7 +++----
14 2 files changed, 6 insertions(+), 7 deletions(-)
15
16 diff --git a/net-irc/znc/znc-1.8.2.ebuild b/net-irc/znc/znc-1.8.2.ebuild
17 index 915c424ab54..8993eb8037d 100644
18 --- a/net-irc/znc/znc-1.8.2.ebuild
19 +++ b/net-irc/znc/znc-1.8.2.ebuild
20 @@ -23,14 +23,14 @@ else
21 test? ( ${GTEST_URL} )
22 "
23 KEYWORDS="amd64 arm arm64 x86"
24 - # "If you upgrade your ZNC version you must recompile all your modules."
25 - # - https://wiki.znc.in/Compiling_modules
26 - SLOT="0/${PV}"
27 S=${WORKDIR}/${MY_P}
28 fi
29
30 HOMEPAGE="https://znc.in"
31 LICENSE="Apache-2.0"
32 +# "If you upgrade your ZNC version, you must recompile all your modules."
33 +# - https://wiki.znc.in/Compiling_modules
34 +SLOT="0/${PV}"
35 IUSE="+ipv6 +icu nls perl python +ssl sasl tcl test +zlib"
36 RESTRICT="!test? ( test )"
37
38
39 diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild
40 index a8bc97c74b9..303be815490 100644
41 --- a/net-irc/znc/znc-9999.ebuild
42 +++ b/net-irc/znc/znc-9999.ebuild
43 @@ -23,15 +23,14 @@ else
44 test? ( ${GTEST_URL} )
45 "
46 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
47 - # "If you upgrade your ZNC version you must recompile all your modules."
48 - # - https://wiki.znc.in/Compiling_modules
49 - SLOT="0/${PV}"
50 S=${WORKDIR}/${MY_P}
51 fi
52
53 HOMEPAGE="https://znc.in"
54 LICENSE="Apache-2.0"
55 -SLOT="0"
56 +# "If you upgrade your ZNC version, you must recompile all your modules."
57 +# - https://wiki.znc.in/Compiling_modules
58 +SLOT="0/${PV}"
59 IUSE="+ipv6 +icu nls perl python +ssl sasl tcl test +zlib"
60 RESTRICT="!test? ( test )"