commit: 107c4ace02d8ab0b1d41a6e36bc5b5d4415e71ba Author: sin-ack <sin-ack <AT> protonmail <DOT> com> AuthorDate: Thu Apr 24 21:34:01 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 23:31:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107c4ace
dev-cpp/fbthrift: add IUSE io-uring Bug: https://bugs.gentoo.org/954335 Signed-off-by: sin-ack <sin-ack <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41734 Signed-off-by: Sam James <sam <AT> gentoo.org> ...hrift-2025.04.14.00-r1.ebuild => fbthrift-2025.04.14.00-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/fbthrift/fbthrift-2025.04.14.00-r1.ebuild b/dev-cpp/fbthrift/fbthrift-2025.04.14.00-r2.ebuild similarity index 95% rename from dev-cpp/fbthrift/fbthrift-2025.04.14.00-r1.ebuild rename to dev-cpp/fbthrift/fbthrift-2025.04.14.00-r2.ebuild index 5f2ab3b86d24..997bad946d90 100644 --- a/dev-cpp/fbthrift/fbthrift-2025.04.14.00-r1.ebuild +++ b/dev-cpp/fbthrift/fbthrift-2025.04.14.00-r2.ebuild @@ -22,14 +22,14 @@ SRC_URI="https://github.com/facebook/fbthrift/archive/refs/tags/v${PV}.tar.gz -> LICENSE="Apache-2.0" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64" -IUSE="test" +IUSE="io-uring test" # See https://github.com/facebook/fbthrift/issues/628 RESTRICT="test" DEPEND=" ~dev-cpp/fizz-${PV}:= - ~dev-cpp/folly-${PV}:= + ~dev-cpp/folly-${PV}:=[io-uring(+)=] ~dev-cpp/mvfst-${PV}:= ~dev-cpp/wangle-${PV}:= dev-cpp/gflags:=
