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 12F5C158092 for ; Mon, 20 Sep 2021 09:39:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64666E077F; Mon, 20 Sep 2021 09:39:03 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4881EE077F for ; Mon, 20 Sep 2021 09:39:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7348E342FFC for ; Mon, 20 Sep 2021 09:39:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13BF3BD for ; Mon, 20 Sep 2021 09:39:01 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1632130734.b74f1ae5b480d224786dcd2bdeb2cde579c3ff5a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/gfs2-utils/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild X-VCS-Directories: sys-fs/gfs2-utils/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b74f1ae5b480d224786dcd2bdeb2cde579c3ff5a X-VCS-Branch: dev Date: Mon, 20 Sep 2021 09:39: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: 3b1694aa-cee9-442b-9e4c-c694c4d9b97a X-Archives-Hash: ad4bc1761de531a78311881171048f81 commit: b74f1ae5b480d224786dcd2bdeb2cde579c3ff5a Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Sep 20 09:38:54 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 20 09:38:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b74f1ae5 sys-fs/gfs2-utils: add missing RESTRICT="!test? ( test )" Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild index 6cfae8a5f..b631eb787 100644 --- a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild +++ b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls test" - +RESTRICT="!test? ( test )" BDEPEND="sys-devel/autoconf sys-devel/automake 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 99DC0158092 for ; Mon, 20 Sep 2021 09:41:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA295E092C; Mon, 20 Sep 2021 09:41:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4A59E092E for ; Mon, 20 Sep 2021 09:41:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76428342FCD for ; Mon, 20 Sep 2021 09:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E81111C for ; Mon, 20 Sep 2021 09:41:50 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1632130734.b74f1ae5b480d224786dcd2bdeb2cde579c3ff5a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/gfs2-utils/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild X-VCS-Directories: sys-fs/gfs2-utils/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b74f1ae5b480d224786dcd2bdeb2cde579c3ff5a X-VCS-Branch: master Date: Mon, 20 Sep 2021 09:41:50 +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: e59e3ff6-8d22-4d27-99a1-a77cd15e73cd X-Archives-Hash: bb87d358dca61af496e658dba19c5261 Message-ID: <20210920094150.0CZY574An4J93FxOjm9GnDSqoXQ4IXuKybPJ1iuID48@z> commit: b74f1ae5b480d224786dcd2bdeb2cde579c3ff5a Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Sep 20 09:38:54 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 20 09:38:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b74f1ae5 sys-fs/gfs2-utils: add missing RESTRICT="!test? ( test )" Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild index 6cfae8a5f..b631eb787 100644 --- a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild +++ b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls test" - +RESTRICT="!test? ( test )" BDEPEND="sys-devel/autoconf sys-devel/automake