[net-irc/znc] sync with tree

This commit is contained in:
Robert Förster 2021-05-31 14:09:03 +02:00
parent 9ebd198caf
commit 7c72cd8430
1 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} ) PYTHON_COMPAT=( python3_{7,8,9} )
inherit cmake python-single-r1 inherit cmake python-single-r1
@ -23,13 +23,16 @@ else
test? ( ${GTEST_URL} ) test? ( ${GTEST_URL} )
" "
KEYWORDS="~amd64 ~arm ~arm64 ~x86" 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} S=${WORKDIR}/${MY_P}
fi fi
HOMEPAGE="https://znc.in" HOMEPAGE="https://znc.in"
LICENSE="Apache-2.0" LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
IUSE="+ipv6 +icu libressl nls perl python +ssl sasl tcl test +zlib" IUSE="+ipv6 +icu nls perl python +ssl sasl tcl test +zlib"
RESTRICT="!test? ( test )" RESTRICT="!test? ( test )"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} icu )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} icu )"
@ -40,10 +43,7 @@ DEPEND="
perl? ( >=dev-lang/perl-5.10:= ) perl? ( >=dev-lang/perl-5.10:= )
python? ( ${PYTHON_DEPS} ) python? ( ${PYTHON_DEPS} )
sasl? ( >=dev-libs/cyrus-sasl-2 ) sasl? ( >=dev-libs/cyrus-sasl-2 )
ssl? ( ssl? ( dev-libs/openssl:0= )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
tcl? ( dev-lang/tcl:0= ) tcl? ( dev-lang/tcl:0= )
zlib? ( sys-libs/zlib:0= ) zlib? ( sys-libs/zlib:0= )
" "