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 AFD7213933E for ; Wed, 14 Jul 2021 21:21:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBD2AE0A5C; Wed, 14 Jul 2021 21:21:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CF9A2E0A5C for ; Wed, 14 Jul 2021 21:21:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4ECA533BE14 for ; Wed, 14 Jul 2021 21:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3D64798 for ; Wed, 14 Jul 2021 21:21:12 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1626297639.1f8c83c59a445c075dc8ba7521b5600af5a173d8.gyakovlev@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ppc64le.conf X-VCS-Directories: tools/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 1f8c83c59a445c075dc8ba7521b5600af5a173d8 X-VCS-Branch: master Date: Wed, 14 Jul 2021 21:21:12 +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: bfe6c95d-185d-4160-8690-ea9644a4fbcb X-Archives-Hash: b48c5b92a321593b170b3108634c2242 commit: 1f8c83c59a445c075dc8ba7521b5600af5a173d8 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Jul 14 21:20:39 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Jul 14 21:20:39 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=1f8c83c5 tools/catalyst-auto-ppc64le.conf: use new musl spec names Signed-off-by: Georgy Yakovlev gentoo.org> tools/catalyst-auto-ppc64le.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index 1adc4968..8fd6681c 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -10,7 +10,7 @@ OPTIONAL_SPECS+=" installcd-stage1.spec installcd-stage2-minimal.spec" OPTIONAL_SPECS+=" stage1-systemd.spec stage3-systemd.spec" OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec" OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec" -OPTIONAL_SPECS+=" musl-hardened-stage1.spec musl-hardened-stage3.spec" +OPTIONAL_SPECS+=" stage1-musl-hardened-openrc.spec stage3-musl-hardened-openrc.spec" #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec" #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"