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 1B3CE138334 for ; Tue, 10 Dec 2019 07:27:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC5D8E0969; Tue, 10 Dec 2019 07:27:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BF96BE0969 for ; Tue, 10 Dec 2019 07:27:04 +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 7A45B34D8E6 for ; Tue, 10 Dec 2019 07:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3C2B895 for ; Tue, 10 Dec 2019 07:27:01 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1575962772.3fce3349c399a5d04eca0a7dac2688d9fd9f76be.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/promu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/promu/promu-0.5.0.ebuild X-VCS-Directories: dev-util/promu/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 3fce3349c399a5d04eca0a7dac2688d9fd9f76be X-VCS-Branch: master Date: Tue, 10 Dec 2019 07:27:01 +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: 613087e1-1b0c-4655-8c44-8c60dcfb9935 X-Archives-Hash: ef214ec100020092c09e660255e62c70 commit: 3fce3349c399a5d04eca0a7dac2688d9fd9f76be Author: Zac Medico gentoo org> AuthorDate: Tue Dec 10 07:24:31 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Dec 10 07:26:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fce3349 dev-util/promu: RESTRICT=test Closes: https://bugs.gentoo.org/684490 Closes: https://bugs.gentoo.org/688724 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Zac Medico gentoo.org> dev-util/promu/promu-0.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/promu/promu-0.5.0.ebuild b/dev-util/promu/promu-0.5.0.ebuild index 88afa1185ef..7ede34ae7c3 100644 --- a/dev-util/promu/promu-0.5.0.ebuild +++ b/dev-util/promu/promu-0.5.0.ebuild @@ -14,6 +14,7 @@ HOMEPAGE="https://github.com/prometheus/promu" LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" IUSE="" +RESTRICT="test" DEPEND=">=dev-lang/go-1.12"