summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2024-01-02 18:56:09 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-01-02 18:56:09 +0100
commit6b09e2f28b4dfee630c4ef2e086bd2536c151717 (patch)
tree90a514418f369bc6fba341258e1b6499e124ffd6 /net-analyzer/rrdtool
parentdev-libs/libhid: force bash (diff)
downloadgentoo-6b09e2f28b4dfee630c4ef2e086bd2536c151717.tar.gz
gentoo-6b09e2f28b4dfee630c4ef2e086bd2536c151717.tar.bz2
gentoo-6b09e2f28b4dfee630c4ef2e086bd2536c151717.zip
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@gentoo.org>
Diffstat (limited to 'net-analyzer/rrdtool')
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.8.0-r3.ebuild4
1 files 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} )"