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 6C782158086 for ; Fri, 19 Nov 2021 11:33:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93AAFE07F9; Fri, 19 Nov 2021 11:33:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AB24E07F9 for ; Fri, 19 Nov 2021 11:33:09 +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 7A8A7342EEC for ; Fri, 19 Nov 2021 11:33:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E65621D5 for ; Fri, 19 Nov 2021 11:33:06 +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: <1637321575.239efd8867d84f16504655a5c09da419fe32d8cb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild X-VCS-Directories: app-crypt/johntheripper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 239efd8867d84f16504655a5c09da419fe32d8cb X-VCS-Branch: master Date: Fri, 19 Nov 2021 11:33:06 +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: b201a0a4-4f8b-49ed-931c-8e9457909d3f X-Archives-Hash: ec7da8dba3779901a6bfc808997b50ed commit: 239efd8867d84f16504655a5c09da419fe32d8cb Author: Sam James gentoo org> AuthorDate: Fri Nov 19 11:16:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 19 11:32:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239efd88 app-crypt/johntheripper: use 'emake' Signed-off-by: Sam James gentoo.org> app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild b/app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild index 48bf0ae95f66..5b712e92fe3a 100644 --- a/app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild @@ -112,7 +112,7 @@ EOF } src_test() { - make -C src/ check + emake -C src/ check } src_install() {