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 9089113933E for ; Tue, 6 Jul 2021 23:02:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C236E0B37; Tue, 6 Jul 2021 23:02:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 736A5E0B37 for ; Tue, 6 Jul 2021 23:02:36 +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 5E73A342B85 for ; Tue, 6 Jul 2021 23:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5A3C78A for ; Tue, 6 Jul 2021 23:02:33 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1625612541.942e73d16daff6b4e0864ed4886ddce979cd79fe.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-x86-demeter.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 942e73d16daff6b4e0864ed4886ddce979cd79fe X-VCS-Branch: master Date: Tue, 6 Jul 2021 23:02:33 +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: 6e8972e1-489a-4928-83da-2fb261dfeaf5 X-Archives-Hash: 66e2d566a4cc1c80d9ac9286c9587da8 commit: 942e73d16daff6b4e0864ed4886ddce979cd79fe Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Jul 6 22:59:44 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Jul 6 23:02:21 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=942e73d1 x86: build musl last, works fine now Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-x86-demeter.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-x86-demeter.conf b/tools/catalyst-auto-x86-demeter.conf index fa13276f..92996020 100644 --- a/tools/catalyst-auto-x86-demeter.conf +++ b/tools/catalyst-auto-x86-demeter.conf @@ -12,11 +12,11 @@ EMAIL_SUBJECT_PREPEND="[x86-auto]" SPECS_DIR=${REPO_DIR}/releases/specs/x86 SETS=" - musl i486_openrc i686_openrc i686_systemd hardened_openrc + musl " SET_i486_openrc_SPECS="i486/stage1-openrc.spec i486/stage2-openrc.spec i486/stage3-openrc.spec"