commit: 4486192bc4e88e29325bdd73e0d7b3aa8497f3c2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 20 05:38:48 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 20 05:38:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4486192b
sys-apps/plocate: enable io-uring by default Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/plocate/plocate-1.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/plocate/plocate-1.1.5.ebuild b/sys-apps/plocate/plocate-1.1.5.ebuild index ca1701e89c2..de6142100a3 100644 --- a/sys-apps/plocate/plocate-1.1.5.ebuild +++ b/sys-apps/plocate/plocate-1.1.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://plocate.sesse.net/download/${P}.tar.gz" LICENSE="GPL-2 GPL-2+" SLOT="0" KEYWORDS="~amd64" -IUSE="io-uring" +IUSE="+io-uring" RDEPEND=" acct-group/locate
