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 75678138334 for ; Tue, 10 Dec 2019 20:15:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEAB7E098A; Tue, 10 Dec 2019 20:15:34 +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 93877E098A for ; Tue, 10 Dec 2019 20:15:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3B8F734D922 for ; Tue, 10 Dec 2019 20:15:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B54889F for ; Tue, 10 Dec 2019 20:15:31 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1576008818.15fbdb0325483b9cc38b9d2449a43f093e4e5ca3.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/diamond/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/diamond/diamond-4.0-r1.ebuild app-admin/diamond/diamond-4.0.515.20170311.ebuild app-admin/diamond/diamond-4.0.515.ebuild X-VCS-Directories: app-admin/diamond/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 15fbdb0325483b9cc38b9d2449a43f093e4e5ca3 X-VCS-Branch: master Date: Tue, 10 Dec 2019 20:15:31 +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: 1ce18ec5-2f99-4749-847d-5e4c1ffd6cc8 X-Archives-Hash: b7592590f10f2534adb1e6aeb8cd464b commit: 15fbdb0325483b9cc38b9d2449a43f093e4e5ca3 Author: Aaron Bauman gentoo org> AuthorDate: Tue Dec 10 20:13:38 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Dec 10 20:13:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15fbdb03 app-admin/diamond: fix test restricts Signed-off-by: Aaron Bauman gentoo.org> app-admin/diamond/diamond-4.0-r1.ebuild | 1 + app-admin/diamond/diamond-4.0.515.20170311.ebuild | 1 + app-admin/diamond/diamond-4.0.515.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/app-admin/diamond/diamond-4.0-r1.ebuild b/app-admin/diamond/diamond-4.0-r1.ebuild index 90c4c2549e9..f45a47bf45b 100644 --- a/app-admin/diamond/diamond-4.0-r1.ebuild +++ b/app-admin/diamond/diamond-4.0-r1.ebuild @@ -23,6 +23,7 @@ HOMEPAGE="https://github.com/python-diamond/Diamond" LICENSE="MIT" SLOT="0" IUSE="test mongo mysql snmp redis" +RESTRICT="!test? ( test )" RDEPEND="dev-python/configobj dev-python/setproctitle diff --git a/app-admin/diamond/diamond-4.0.515.20170311.ebuild b/app-admin/diamond/diamond-4.0.515.20170311.ebuild index a05de260f80..347df5bcfc6 100644 --- a/app-admin/diamond/diamond-4.0.515.20170311.ebuild +++ b/app-admin/diamond/diamond-4.0.515.20170311.ebuild @@ -24,6 +24,7 @@ HOMEPAGE="https://github.com/python-diamond/Diamond" LICENSE="MIT" SLOT="0" IUSE="test mongo mysql snmp redis" +RESTRICT="!test? ( test )" RDEPEND="dev-python/configobj dev-python/setproctitle diff --git a/app-admin/diamond/diamond-4.0.515.ebuild b/app-admin/diamond/diamond-4.0.515.ebuild index 6987c28cecd..e7f3668ea8d 100644 --- a/app-admin/diamond/diamond-4.0.515.ebuild +++ b/app-admin/diamond/diamond-4.0.515.ebuild @@ -23,6 +23,7 @@ HOMEPAGE="https://github.com/python-diamond/Diamond" LICENSE="MIT" SLOT="0" IUSE="test mongo mysql snmp redis" +RESTRICT="!test? ( test )" RDEPEND="dev-python/configobj dev-python/setproctitle