commit:     6d26f12311084c9a27a962269197fcee2f73146f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 11 04:39:38 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 11 04:39:38 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d26f123

net-libs/librist: fix test build

Needs 'tools_dependencies'

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/librist/librist-0.2.11.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/librist/librist-0.2.11.ebuild 
b/net-libs/librist/librist-0.2.11.ebuild
index d7c69969991b..0536db6d5236 100644
--- a/net-libs/librist/librist-0.2.11.ebuild
+++ b/net-libs/librist/librist-0.2.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018-2025 Gentoo Authors
+# Copyright 2018-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,15 +7,15 @@ inherit meson
 
 DESCRIPTION="Library for Reliable Internet Stream Transport (RIST) protocol"
 HOMEPAGE="https://code.videolan.org/rist/librist";
-
 
SRC_URI="https://code.videolan.org/rist/librist/-/archive/v${PV}/librist-v${PV}.tar.bz2";
 S="${WORKDIR}/librist-v${PV}"
+
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
-
 IUSE="test tools"
 RESTRICT="!test? ( test )"
+REQUIRED_USE="test? ( tools )"
 
 RDEPEND="
        tools? ( net-libs/libmicrohttpd )

Reply via email to