commit: defc14e523cb6a873f8a3cd39cd581390c5652ba Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 23 18:51:49 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Feb 23 18:51:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defc14e5
dev-libs/libucl: sync live Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-libs/libucl/libucl-9999.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/dev-libs/libucl/libucl-9999.ebuild b/dev-libs/libucl/libucl-9999.ebuild index 8b3e4c0b5cc2..3c35afc0af65 100644 --- a/dev-libs/libucl/libucl-9999.ebuild +++ b/dev-libs/libucl/libucl-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 LUA_COMPAT=( lua5-{1..3} ) inherit lua-single autotools @@ -18,7 +18,7 @@ else fi LICENSE="BSD-2" -SLOT="0" +SLOT="0/9" IUSE="lua +regex sign urls +utils static-libs test" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" RESTRICT="!test? ( test )" @@ -36,12 +36,11 @@ RDEPEND="${DEPEND}" DOCS=( README.md doc/api.md ) pkg_setup() { - use lua && lua_pkg_setup + use lua && lua-single_pkg_setup } src_prepare() { default - rm tests/schema/{definitions,ref{,Remote}}.json || die eautoreconf } @@ -60,10 +59,6 @@ src_configure() { econf "${myeconfargs[@]}" } -src_test() { - emake check -} - src_install() { default use lua && DOCS+=( "doc/lua_api.md" )