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 BFD9B1381F3 for ; Tue, 31 Mar 2020 03:59:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19EFAE0AF6; Tue, 31 Mar 2020 03:59:48 +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 6F16AE0A93 for ; Tue, 31 Mar 2020 03:59:47 +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 2C86F34F048 for ; Tue, 31 Mar 2020 03:59:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7F1D1AA for ; Tue, 31 Mar 2020 03:59:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1585626884.3706c667f1997f1b4f8c2d907d6cd15aa8fc805a.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/create-iso.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3706c667f1997f1b4f8c2d907d6cd15aa8fc805a X-VCS-Branch: master Date: Tue, 31 Mar 2020 03:59:43 +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: d6a4a948-2daf-4e4d-8f35-0c3558d12aff X-Archives-Hash: dbad385d853a3d2edac207cd2c539d98 commit: 3706c667f1997f1b4f8c2d907d6cd15aa8fc805a Author: Matt Turner gentoo org> AuthorDate: Tue Mar 31 03:05:55 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Mar 31 03:54:44 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3706c667 targets: Add powerpc* to case statement Signed-off-by: Matt Turner gentoo.org> targets/support/create-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index ed581763..62ed0088 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -15,7 +15,7 @@ case ${clst_hostarch} in cdmaker="sgibootcd" cdmakerpkg="sys-boot/sgibootcd" ;; - ppc*) + ppc*|powerpc*) cdmaker="grub-mkrescue" cdmakerpkg="dev-libs/libisoburn and sys-boot/grub:2" ;;