From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CF8315803E for ; Tue, 2 Jan 2024 17:58:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E9722BC01F; Tue, 2 Jan 2024 17:58:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DA592BC01F for ; Tue, 2 Jan 2024 17:58:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61F2F340441 for ; Tue, 2 Jan 2024 17:58:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8BF6DB1 for ; Tue, 2 Jan 2024 17:58:43 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1704218169.6b09e2f28b4dfee630c4ef2e086bd2536c151717.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/rrdtool/rrdtool-1.8.0-r3.ebuild X-VCS-Directories: net-analyzer/rrdtool/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6b09e2f28b4dfee630c4ef2e086bd2536c151717 X-VCS-Branch: master Date: Tue, 2 Jan 2024 17:58:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29e53acd-f2b7-455e-9e72-c592aa88c0de X-Archives-Hash: c50fc498ed364bc44de39883a5d90909 commit: 6b09e2f28b4dfee630c4ef2e086bd2536c151717 Author: Conrad Kostecki gentoo org> AuthorDate: Tue Jan 2 17:56:09 2024 +0000 Commit: Conrad Kostecki gentoo 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 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} )"