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 80E86138335 for ; Sat, 7 Dec 2019 01:34:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F63DE08F6; Sat, 7 Dec 2019 01:34:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5658BE08D3 for ; Sat, 7 Dec 2019 01:34:06 +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 14EFC34D85F for ; Sat, 7 Dec 2019 01:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90F4E7F9 for ; Sat, 7 Dec 2019 01:34:03 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1575682050.9d444972d47ed020d3923d33e80006cb51be2723.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/eduke32/eduke32-20191204.8360.ebuild X-VCS-Directories: games-fps/eduke32/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 9d444972d47ed020d3923d33e80006cb51be2723 X-VCS-Branch: master Date: Sat, 7 Dec 2019 01:34:03 +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: f443570e-2223-4ea0-9b92-74437825dbfa X-Archives-Hash: 826ef3e0a243e133d31d2f6aa0ae781c commit: 9d444972d47ed020d3923d33e80006cb51be2723 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Dec 7 00:19:38 2019 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Dec 7 01:27:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d444972 games-fps/eduke32: restrict tests Instead of running empty tests, restrict them. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki gentoo.org> games-fps/eduke32/eduke32-20191204.8360.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/games-fps/eduke32/eduke32-20191204.8360.ebuild b/games-fps/eduke32/eduke32-20191204.8360.ebuild index 421ae835da1..58283d8826c 100644 --- a/games-fps/eduke32/eduke32-20191204.8360.ebuild +++ b/games-fps/eduke32/eduke32-20191204.8360.ebuild @@ -46,7 +46,9 @@ REQUIRED_USE=" vpx? ( opengl ) " -RESTRICT="bindist" +# There are no tests, +# instead it tries to build a test game, which does not compile +RESTRICT="bindist test" S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}" @@ -161,12 +163,6 @@ src_compile() { fi } -src_test() { - # There are no tests - # Instead it tries to build a test game, which does not compile - :; -} - src_install() { dobin eduke32 mapster32 "${FILESDIR}"/eduke32-bin