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 0673F1382C5 for ; Tue, 19 Jan 2021 16:26:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F7FCE089C; Tue, 19 Jan 2021 16:26:51 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A390E089C for ; Tue, 19 Jan 2021 16:26:51 +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 5E2E433FE49 for ; Tue, 19 Jan 2021 16:26:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C7574A8 for ; Tue, 19 Jan 2021 16:26:47 +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: <1611072913.381191c17f2530cb0f315485857713090d0b359b.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/autoeditor/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/autoeditor/autoeditor-1.20.ebuild X-VCS-Directories: sci-biology/autoeditor/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 381191c17f2530cb0f315485857713090d0b359b X-VCS-Branch: master Date: Tue, 19 Jan 2021 16:26:47 +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: ce3f7707-8319-4ef6-8695-2ef3d38b7be8 X-Archives-Hash: 96fb23074255b98e4ddf4e569397182f commit: 381191c17f2530cb0f315485857713090d0b359b Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 19 16:15:13 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 19 16:15:13 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=381191c1 sci-biology/autoeditor: add missing RESTRICT="!test? ( test )" Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/autoeditor/autoeditor-1.20.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-biology/autoeditor/autoeditor-1.20.ebuild b/sci-biology/autoeditor/autoeditor-1.20.ebuild index 776133aa2..229058fe6 100644 --- a/sci-biology/autoeditor/autoeditor-1.20.ebuild +++ b/sci-biology/autoeditor/autoeditor-1.20.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=5 @@ -15,6 +15,7 @@ LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND=" >=sci-libs/io_lib-1.8.11