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 D1E0C1382C5 for ; Wed, 10 Mar 2021 17:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1296FE0837; Wed, 10 Mar 2021 17:05:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EA09FE0837 for ; Wed, 10 Mar 2021 17:05:44 +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 92EA733FEFB for ; Wed, 10 Mar 2021 17:05:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0006B4A5 for ; Wed, 10 Mar 2021 17:05:41 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1615395922.820b6513e1e7655a1e9001a2598d0b3a2d7da07d.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper-jumbo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0-r1.ebuild X-VCS-Directories: app-crypt/johntheripper-jumbo/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 820b6513e1e7655a1e9001a2598d0b3a2d7da07d X-VCS-Branch: master Date: Wed, 10 Mar 2021 17:05:41 +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: 93d6d855-56eb-4e3a-a899-bc26a912c143 X-Archives-Hash: c9e35f0f596c946d0fb8613eaaa71166 commit: 820b6513e1e7655a1e9001a2598d0b3a2d7da07d Author: Rick Farina gentoo org> AuthorDate: Wed Mar 10 17:05:09 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Wed Mar 10 17:05:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820b6513 app-crypt/johntheripper-jumbo: add gcc-10 hack maybe someday upstream will make a release Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0-r1.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0-r1.ebuild index c0fcb46c4e3..5538df15678 100644 --- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0-r1.ebuild +++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0-r1.ebuild @@ -56,6 +56,7 @@ src_configure() { cd src || die use custom-cflags || strip-flags + append-cflags -fcommon econf \ --disable-native-march \