dev-libs/oniguruma: Sync with Gentoo

It's from Gentoo commit 6a4303461769a8b0a446d33a804e0980029b2b1a.
This commit is contained in:
Flatcar Buildbot 2024-10-07 07:04:59 +00:00 committed by Krzesimir Nowak
parent 64c06aeb0c
commit f56e54928d
2 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@
<flag name="crnl-as-line-terminator">Enable CR+NL as line terminator</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:oniguruma_project:oniguruma</remote-id>
<remote-id type="github">kkos/oniguruma</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,4 +1,4 @@
# Copyright 2003-2023 Gentoo Authors
# Copyright 2003-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@ -21,7 +21,7 @@ fi
LICENSE="BSD-2"
SLOT="0/5"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~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 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="crnl-as-line-terminator static-libs"
BDEPEND=""