From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F6261580EB for ; Thu, 22 May 2025 15:22:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3A01534305A for ; Thu, 22 May 2025 15:22:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2B9D21103DE; Thu, 22 May 2025 15:22:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1FF8D1103DE for ; Thu, 22 May 2025 15:22:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCC6E343029 for ; Thu, 22 May 2025 15:22:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E0F723F5 for ; Thu, 22 May 2025 15:22:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1747927348.840335cc570dc017bb7d24fbdd2a49b1812e61b1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libfakekey/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libfakekey/libfakekey-0.3-r1.ebuild X-VCS-Directories: x11-libs/libfakekey/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 840335cc570dc017bb7d24fbdd2a49b1812e61b1 X-VCS-Branch: master Date: Thu, 22 May 2025 15:22:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6470c2f1-2b8a-426a-b36d-b9562b0fa3c3 X-Archives-Hash: 03668023fc45947459c02aaeb87b31c1 commit: 840335cc570dc017bb7d24fbdd2a49b1812e61b1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 21 20:15:55 2025 +0000 Commit: Andreas Sturmlechner gentoo 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 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) )