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 30B21158094 for ; Tue, 19 Jul 2022 20:23:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A0BCE0B6F; Tue, 19 Jul 2022 20:23:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 174E9E0B6F for ; Tue, 19 Jul 2022 20:23:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 07D27340E38 for ; Tue, 19 Jul 2022 20:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58BEC7F for ; Tue, 19 Jul 2022 20:22:59 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1658262173.3b90324241c0224d10c7bedb725be4c30521192c.blueness@gentoo> Subject: [gentoo-commits] proj/grss:master commit in: grs/ X-VCS-Repository: proj/grss X-VCS-Files: grs/Kernel.py X-VCS-Directories: grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 3b90324241c0224d10c7bedb725be4c30521192c X-VCS-Branch: master Date: Tue, 19 Jul 2022 20:22:59 +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: 97b6d072-956c-4d97-b2f1-9c1ac5cd59a1 X-Archives-Hash: 713ab647e6a933b7ef87ca513d85b3fd commit: 3b90324241c0224d10c7bedb725be4c30521192c Author: Anthony G. Basile gentoo org> AuthorDate: Tue Jul 19 20:22:53 2022 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Jul 19 20:22:53 2022 +0000 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=3b903242 grs/Kernel.py: remove deprecated option -arch-override Signed-off-by: Anthony G. Basile gentoo.org> grs/Kernel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/grs/Kernel.py b/grs/Kernel.py index 1f9ba31..8fcf35c 100644 --- a/grs/Kernel.py +++ b/grs/Kernel.py @@ -136,7 +136,6 @@ class Kernel(): cmd += '--bootdir=%s ' % boot_dir cmd += '--kernel-modules-prefix=%s ' % image_dir cmd += '--modprobedir=%s ' % modprobe_dir - cmd += '--arch-override=%s ' % arch if os.path.isfile(self.busybox_config): cmd += '--busybox-config=%s ' % self.busybox_config if os.path.isfile(self.genkernel_config):