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 5084F138334 for ; Sun, 14 Jul 2019 15:31:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E149E0897; Sun, 14 Jul 2019 15:31:53 +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 5DC1EE0897 for ; Sun, 14 Jul 2019 15:31:53 +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 E8B16347AE7 for ; Sun, 14 Jul 2019 15:31:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C45B64D3 for ; Sun, 14 Jul 2019 15:31:49 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1563118156.099436ce1505e91663d0c3dd1de5663e37642841.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel.conf X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 099436ce1505e91663d0c3dd1de5663e37642841 X-VCS-Branch: master Date: Sun, 14 Jul 2019 15:31:49 +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: 8715ca32-b6e8-4eb2-a974-e76bad184954 X-Archives-Hash: f5880459cc359567d4f968b57250fb61 commit: 099436ce1505e91663d0c3dd1de5663e37642841 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jul 14 15:29:16 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jul 14 15:29:16 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=099436ce genkernel.conf: Remove deprecated ARCH_OVERRIDE option Was missed in commit a13fb7217b13511fabfe871a9fa2b701896b8d2f. Signed-off-by: Thomas Deutschmann gentoo.org> genkernel.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/genkernel.conf b/genkernel.conf index c07cd74..efe7681 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -33,9 +33,6 @@ # MRPROPER implies 'make clean'. #CLEAN="yes" -# Override the arch detection -#ARCH_OVERRIDE="x86" - # Mount BOOTDIR automatically if it isn't mounted #MOUNTBOOT="yes"