commit: be85c7b4d195c42dba8c7b9e18729061c261b223 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Nov 22 09:40:47 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Nov 22 09:41:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be85c7b4
sys-apps/plocate: update EAPI 7 -> 8, unstable amd64 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> sys-apps/plocate/plocate-1.1.17.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/plocate/plocate-1.1.17.ebuild b/sys-apps/plocate/plocate-1.1.17.ebuild index 5df0276d30a1..3a4eeb26aae2 100644 --- a/sys-apps/plocate/plocate-1.1.17.ebuild +++ b/sys-apps/plocate/plocate-1.1.17.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit linux-info meson systemd @@ -13,7 +13,7 @@ SRC_URI="https://plocate.sesse.net/download/${P}.tar.gz" # GPL-2+ for plocate itself LICENSE="GPL-2 GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+io-uring" RDEPEND="
