dev-libs/libpcre2: Sync with Gentoo

It's from Gentoo commit d35c71e319ac6283243d3e77c1acbfaf2a174427.
This commit is contained in:
Flatcar Buildbot 2024-09-02 07:13:57 +00:00 committed by Krzesimir Nowak
parent 4b8fed4395
commit 250311e0bb

View File

@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="BSD" LICENSE="BSD"
SLOT="0/3" # libpcre2-posix.so version SLOT="0/3" # libpcre2-posix.so version
if [[ ${PV} != *_rc* ]] ; then if [[ ${PV} != *_rc* ]] ; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
fi fi
IUSE="bzip2 +jit libedit +pcre16 +pcre32 +readline static-libs unicode valgrind zlib" IUSE="bzip2 +jit libedit +pcre16 +pcre32 +readline static-libs unicode valgrind zlib"
REQUIRED_USE="?? ( libedit readline )" REQUIRED_USE="?? ( libedit readline )"