mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +02:00
net-libs/libpsl: Sync with Gentoo
It's from Gentoo commit 2b670ebb73327bcec92b0106d86abf76e7fab4d9.
This commit is contained in:
parent
a32cae8656
commit
2c0aa393c5
@ -13,7 +13,7 @@ SRC_URI="https://github.com/rockdaboot/${PN}/releases/download/${PV}/${P}.tar.gz
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="icu +idn test"
|
||||
IUSE="icu +idn test static-libs"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
@ -58,5 +58,11 @@ multilib_src_configure() {
|
||||
)
|
||||
fi
|
||||
|
||||
if use static-libs ; then
|
||||
emesonargs+=(
|
||||
-Ddefault_library=both
|
||||
)
|
||||
fi
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user