commit:     6b09e2f28b4dfee630c4ef2e086bd2536c151717
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 17:56:09 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jan  2 17:56:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b09e2f2

net-analyzer/rrdtool: force graph for tests

USE flag 'graph' is needed for tests.

Closes: https://bugs.gentoo.org/907287
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-analyzer/rrdtool/rrdtool-1.8.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/rrdtool/rrdtool-1.8.0-r3.ebuild 
b/net-analyzer/rrdtool/rrdtool-1.8.0-r3.ebuild
index d0b6404583f0..3808ba2d4164 100644
--- a/net-analyzer/rrdtool/rrdtool-1.8.0-r3.ebuild
+++ b/net-analyzer/rrdtool/rrdtool-1.8.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -30,7 +30,7 @@ REQUIRED_USE="
                ${LUA_REQUIRED_USE}
                test? ( graph )
        )
-       test? ( rrdcached )
+       test? ( graph rrdcached )
 "
 
 PDEPEND="ruby? ( ~dev-ruby/rrdtool-bindings-${PV} )"

Reply via email to