commit: 840335cc570dc017bb7d24fbdd2a49b1812e61b1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed May 21 20:15:55 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu May 22 15:22:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840335cc
x11-libs/libfakekey: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-libs/libfakekey/libfakekey-0.3-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/x11-libs/libfakekey/libfakekey-0.3-r1.ebuild b/x11-libs/libfakekey/libfakekey-0.3-r1.ebuild index 958e50604274..80937a929139 100644 --- a/x11-libs/libfakekey/libfakekey-0.3-r1.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.3-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools DESCRIPTION="Helper library for the x11-misc/matchbox-keyboard package" -HOMEPAGE="https://www.yoctoproject.org/tools-resources/projects/matchbox" +HOMEPAGE="https://git.yoctoproject.org/cgit/cgit.cgi/libfakekey" SRC_URI="https://git.yoctoproject.org/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.bz2" LICENSE="GPL-2" @@ -37,7 +37,6 @@ src_configure() { local myeconfargs=( # --with/without-x is ignored by configure script and X is used. --with-x - --disable-static $(use_enable debug) $(use_enable doc doxygen-docs) )
