diff options
author | 2021-03-20 05:38:48 +0000 | |
---|---|---|
committer | 2021-03-20 05:38:48 +0000 | |
commit | 4486192bc4e88e29325bdd73e0d7b3aa8497f3c2 (patch) | |
tree | 324ba56adca74c62e76409d0bb25f9566eea185a | |
parent | sys-apps/plocate: update metadata indentation (diff) | |
download | gentoo-4486192bc4e88e29325bdd73e0d7b3aa8497f3c2.tar.gz gentoo-4486192bc4e88e29325bdd73e0d7b3aa8497f3c2.tar.bz2 gentoo-4486192bc4e88e29325bdd73e0d7b3aa8497f3c2.zip |
sys-apps/plocate: enable io-uring by default
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-apps/plocate/plocate-1.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/plocate/plocate-1.1.5.ebuild b/sys-apps/plocate/plocate-1.1.5.ebuild index ca1701e89c20..de6142100a37 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 |