diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-11-22 10:40:47 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-11-22 10:41:28 +0100 |
commit | be85c7b4d195c42dba8c7b9e18729061c261b223 (patch) | |
tree | aeba914b402d88eae996ed600b04452e718bfb77 /sys-apps/plocate | |
parent | sys-apps/plocate: add 1.1.17 (diff) | |
download | gentoo-be85c7b4d195c42dba8c7b9e18729061c261b223.tar.gz gentoo-be85c7b4d195c42dba8c7b9e18729061c261b223.tar.bz2 gentoo-be85c7b4d195c42dba8c7b9e18729061c261b223.zip |
sys-apps/plocate: update EAPI 7 -> 8, unstable amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-apps/plocate')
-rw-r--r-- | sys-apps/plocate/plocate-1.1.17.ebuild | 4 |
1 files 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=" |