commit: d85ffa4914132f9dc6b70fc3a016b1c0b524d908 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Sep 6 07:10:35 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Sep 6 07:10:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85ffa49
dev-libs/libite: update EAPI 7 -> 8 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/libite/libite-2.5.3.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-libs/libite/libite-2.5.3.ebuild b/dev-libs/libite/libite-2.5.3.ebuild index 168deaa61157..91c25c54e4c0 100644 --- a/dev-libs/libite/libite-2.5.3.ebuild +++ b/dev-libs/libite/libite-2.5.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A collection of useful BSD APIs" HOMEPAGE="https://github.com/troglobit/libite" @@ -11,10 +11,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -src_configure() { - econf --enable-static=no -} - src_install() { default
