commit:     ad15ccf4f06744b9cf2d1afb96cd497002202542
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 21:41:19 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 21:51:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad15ccf4

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 <AT> gentoo.org>

 dev-libs/libdex/libdex-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 )

Reply via email to