diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2022-04-23 07:33:31 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2022-04-23 07:33:44 -0700 |
commit | 7f4f2cef47764e386c089241315676b71dd08b77 (patch) | |
tree | 8089feed3169fe406fc2e13e7eaa6b4bc683fc29 /sys-apps/plocate | |
parent | dev-ml/sexplib0: SLOT 0/0.15 (diff) | |
download | gentoo-7f4f2cef47764e386c089241315676b71dd08b77.tar.gz gentoo-7f4f2cef47764e386c089241315676b71dd08b77.tar.bz2 gentoo-7f4f2cef47764e386c089241315676b71dd08b77.zip |
sys-apps/plocate: works fine on x86
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'sys-apps/plocate')
-rw-r--r-- | sys-apps/plocate/plocate-1.1.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/plocate/plocate-1.1.15.ebuild b/sys-apps/plocate/plocate-1.1.15.ebuild index 632c45be5000..3fb8c7c34d07 100644 --- a/sys-apps/plocate/plocate-1.1.15.ebuild +++ b/sys-apps/plocate/plocate-1.1.15.ebuild @@ -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" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="+io-uring" RDEPEND=" |