diff options
author | Louis Sautier <sbraz@gentoo.org> | 2022-11-05 18:24:17 +0100 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2022-11-05 19:38:03 +0100 |
commit | ff6a22cae4d6df2b3dd968e183dae735b55521bf (patch) | |
tree | cda1108dc5353af338a11aada3107ba992f07cfe /net-irc | |
parent | net-irc/znc: fix build with SWIG 4.1.0 and USE=perl/python (diff) | |
download | gentoo-ff6a22cae4d6df2b3dd968e183dae735b55521bf.tar.gz gentoo-ff6a22cae4d6df2b3dd968e183dae735b55521bf.tar.bz2 gentoo-ff6a22cae4d6df2b3dd968e183dae735b55521bf.zip |
net-irc/znc: sync live ebuild with 1.8.2-r2
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/znc-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index fc85afa7b5a1..39f23a0ebbd1 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -21,7 +21,7 @@ else https://znc.in/releases/archive/${MY_P}.tar.gz test? ( ${GTEST_URL} ) " - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" S=${WORKDIR}/${MY_P} fi @@ -30,7 +30,7 @@ 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" +IUSE="+icu nls perl python +ssl sasl tcl test +zlib" RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} icu )" @@ -40,11 +40,11 @@ BDEPEND=" virtual/pkgconfig nls? ( sys-devel/gettext ) perl? ( - >=dev-lang/swig-3.0.0 + >=dev-lang/swig-4.0.1 >=dev-lang/perl-5.10 ) python? ( - >=dev-lang/swig-3.0.0 + >=dev-lang/swig-4.0.1 >=dev-lang/perl-5.10 ) test? ( @@ -98,7 +98,7 @@ src_configure() { -DWANT_SYSTEMD=yes # Causes -DSYSTEMD_DIR to be used. -DSYSTEMD_DIR="$(systemd_get_systemunitdir)" -DWANT_ICU="$(usex icu)" - -DWANT_IPV6="$(usex ipv6)" + -DWANT_IPV6=yes -DWANT_I18N="$(usex nls)" -DWANT_PERL="$(usex perl)" -DWANT_PYTHON="$(usex python)" |