summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2024-02-17 23:41:19 +0200
committerMart Raudsepp <leio@gentoo.org>2024-02-17 23:51:50 +0200
commitad15ccf4f06744b9cf2d1afb96cd497002202542 (patch)
treed1394987c2a3bb0304f9e14883c78ff27baccd5e /dev-libs
parentdev-libs/libdex: Version bump to 0.4.3 (diff)
downloadgentoo-ad15ccf4f06744b9cf2d1afb96cd497002202542.tar.gz
gentoo-ad15ccf4f06744b9cf2d1afb96cd497002202542.tar.bz2
gentoo-ad15ccf4f06744b9cf2d1afb96cd497002202542.zip
dev-libs/libdex: keep eventfd and io_uring usage enabled by default
Upstream made it possible to disable mainly for testing that combination in CI; having these enabled seems to be still strongly preferred for performance and having a standard build. Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libdex/libdex-0.4.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libdex/libdex-0.4.3.ebuild b/dev-libs/libdex/libdex-0.4.3.ebuild
index d0270f94ed5d..5e1d5e1fb424 100644
--- a/dev-libs/libdex/libdex-0.4.3.ebuild
+++ b/dev-libs/libdex/libdex-0.4.3.ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1+"
SLOT="0/1"
KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="eventfd gtk-doc +introspection liburing sysprof test vala"
+IUSE="+eventfd gtk-doc +introspection +liburing sysprof test vala"
REQUIRED_USE="
gtk-doc? ( introspection )
vala? ( introspection )