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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77372158094 for ; Mon, 1 Aug 2022 02:33:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9010EE0F9A; Mon, 1 Aug 2022 02:33:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50E7DE0F9A for ; Mon, 1 Aug 2022 02:33:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D29C340E46 for ; Mon, 1 Aug 2022 02:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0906146A for ; Mon, 1 Aug 2022 02:33:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659320990.00f2a08152dda0c393af57217f5c624d3c88b859.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/rcs/rcs-5.10.0.ebuild X-VCS-Directories: dev-vcs/rcs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 00f2a08152dda0c393af57217f5c624d3c88b859 X-VCS-Branch: master Date: Mon, 1 Aug 2022 02:33:56 +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: 83c59836-9e3d-4ee4-87c8-4cabfe864e2a X-Archives-Hash: 9a291681775bf414754d091a82d06e5a commit: 00f2a08152dda0c393af57217f5c624d3c88b859 Author: Sam James gentoo org> AuthorDate: Mon Aug 1 02:22:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 1 02:29:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f2a081 dev-vcs/rcs: [QA] fix duplicate phase (src_test) Bug: https://bugs.gentoo.org/861497 Signed-off-by: Sam James gentoo.org> dev-vcs/rcs/rcs-5.10.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-vcs/rcs/rcs-5.10.0.ebuild b/dev-vcs/rcs/rcs-5.10.0.ebuild index 5bd7347fc901..7a3d453f1e0d 100644 --- a/dev-vcs/rcs/rcs-5.10.0.ebuild +++ b/dev-vcs/rcs/rcs-5.10.0.ebuild @@ -37,10 +37,6 @@ src_configure() { econf } -src_test() { - emake check -} - src_test() { # Tests attempt to call rcs commands on /dev/null and /tmp. # https://bugs.gentoo.org/840173