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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6EAD81381F3 for ; Wed, 8 Jul 2020 10:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91AE6E07FE; Wed, 8 Jul 2020 10:59:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 736CFE07FE for ; Wed, 8 Jul 2020 10:59:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4E7934EC7F for ; Wed, 8 Jul 2020 10:59:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B26B26 for ; Wed, 8 Jul 2020 10:59:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1594205949.0b9cb901d130f974742f39ae4c0c547e01b6df79.mgorny@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.7.2-r1.ebuild net-analyzer/rrdtool/rrdtool-1.7.2.ebuild X-VCS-Directories: net-analyzer/rrdtool/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0b9cb901d130f974742f39ae4c0c547e01b6df79 X-VCS-Branch: master Date: Wed, 8 Jul 2020 10:59:14 +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: 06f15511-a4e4-4534-8a27-86a9177cc05e X-Archives-Hash: 3e84e02fb9f139ab644b9f7850795740 commit: 0b9cb901d130f974742f39ae4c0c547e01b6df79 Author: Michał Górny gentoo org> AuthorDate: Wed Jul 8 10:58:04 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 8 10:59:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9cb901 net-analyzer/rrdtool: Add missing test-dep on bc Signed-off-by: Michał Górny gentoo.org> net-analyzer/rrdtool/rrdtool-1.7.2-r1.ebuild | 4 +++- net-analyzer/rrdtool/rrdtool-1.7.2.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-analyzer/rrdtool/rrdtool-1.7.2-r1.ebuild b/net-analyzer/rrdtool/rrdtool-1.7.2-r1.ebuild index 18ef0863e7e..36f2b6c1587 100644 --- a/net-analyzer/rrdtool/rrdtool-1.7.2-r1.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.7.2-r1.ebuild @@ -17,7 +17,8 @@ SRC_URI="https://oss.oetiker.ch/rrdtool/pub/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0/8.0.0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" -IUSE="dbi doc graph lua perl python rados rrdcgi ruby static-libs tcl tcpd" +IUSE="dbi doc graph lua perl python rados rrdcgi ruby static-libs tcl tcpd test" +RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" CDEPEND=" @@ -42,6 +43,7 @@ DEPEND=" sys-apps/groff virtual/pkgconfig virtual/awk + test? ( sys-devel/bc ) " RDEPEND=" ${CDEPEND} diff --git a/net-analyzer/rrdtool/rrdtool-1.7.2.ebuild b/net-analyzer/rrdtool/rrdtool-1.7.2.ebuild index 3df55971958..f67aa4d4fa6 100644 --- a/net-analyzer/rrdtool/rrdtool-1.7.2.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.7.2.ebuild @@ -17,7 +17,8 @@ SRC_URI="https://oss.oetiker.ch/rrdtool/pub/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0/8.0.0" KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" -IUSE="dbi doc graph lua perl python rados rrdcgi ruby static-libs tcl tcpd" +IUSE="dbi doc graph lua perl python rados rrdcgi ruby static-libs tcl tcpd test" +RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" CDEPEND=" @@ -42,6 +43,7 @@ DEPEND=" sys-apps/groff virtual/pkgconfig virtual/awk + test? ( sys-devel/bc ) " RDEPEND=" ${CDEPEND}