Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/
Date: Wed, 09 Sep 2020 21:31:20
Message-Id: 1599687073.5582b02f90dcfeba51ce63a49c97f9551a0f45b7.sam@gentoo
1 commit: 5582b02f90dcfeba51ce63a49c97f9551a0f45b7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 21:30:23 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 21:31:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5582b02f
7
8 net-irc/znc: sync live ebuild
9
10 Include subslot definition in 9999 to make sure
11 it is not lost on any future bumps.
12
13 Package-Manager: Portage-3.0.4, Repoman-3.0.1
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 net-irc/znc/znc-1.8.2.ebuild | 6 +++---
17 net-irc/znc/znc-9999.ebuild | 3 +++
18 2 files changed, 6 insertions(+), 3 deletions(-)
19
20 diff --git a/net-irc/znc/znc-1.8.2.ebuild b/net-irc/znc/znc-1.8.2.ebuild
21 index b70a1b5af26..975978dcf4e 100644
22 --- a/net-irc/znc/znc-1.8.2.ebuild
23 +++ b/net-irc/znc/znc-1.8.2.ebuild
24 @@ -23,14 +23,14 @@ else
25 test? ( ${GTEST_URL} )
26 "
27 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
28 + # "If you upgrade your ZNC version you must recompile all your modules."
29 + # - https://wiki.znc.in/Compiling_modules
30 + SLOT="0/${PV}"
31 S=${WORKDIR}/${MY_P}
32 fi
33
34 HOMEPAGE="https://znc.in"
35 LICENSE="Apache-2.0"
36 -# "If you upgrade your ZNC version you must recompile all your modules."
37 -# - https://wiki.znc.in/Compiling_modules
38 -SLOT="0/${PV}"
39 IUSE="+ipv6 +icu libressl nls perl python +ssl sasl tcl test +zlib"
40 RESTRICT="!test? ( test )"
41
42
43 diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild
44 index fa6a8f89ce8..764c35c45dc 100644
45 --- a/net-irc/znc/znc-9999.ebuild
46 +++ b/net-irc/znc/znc-9999.ebuild
47 @@ -23,6 +23,9 @@ else
48 test? ( ${GTEST_URL} )
49 "
50 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
51 + # "If you upgrade your ZNC version you must recompile all your modules."
52 + # - https://wiki.znc.in/Compiling_modules
53 + SLOT="0/${PV}"
54 S=${WORKDIR}/${MY_P}
55 fi