From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1448302-garchives=archives.gentoo.org@lists.gentoo.org> 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 B2086158020 for <garchives@archives.gentoo.org>; Wed, 19 Oct 2022 08:17:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E78EE0870; Wed, 19 Oct 2022 08:17:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86BEDE0870 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2022 08:17:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8508B340E9B for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2022 08:17:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEC6E620 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2022 08:17:39 +0000 (UTC) From: "WANG Xuerui" <xen0n@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" <xen0n@gentoo.org> Message-ID: <1666167352.d54b4d3d87d3b10a452b2996f18c31a70d0a9cea.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/loong/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/loong/package.use.force X-VCS-Directories: profiles/arch/loong/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: d54b4d3d87d3b10a452b2996f18c31a70d0a9cea X-VCS-Branch: master Date: Wed, 19 Oct 2022 08:17:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a9e022ab-e80d-40cb-b35a-9765c6712fde X-Archives-Hash: 3857fce3e60d61380137922dcfa60859 commit: d54b4d3d87d3b10a452b2996f18c31a70d0a9cea Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Wed Oct 19 06:41:21 2022 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Wed Oct 19 08:15:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54b4d3d profiles/arch/loong: only apply loong patchset for older libffi and glibc Newer versions have upstream support for loong, so no need to force USE=experimental-loong. In case of sys-kernel/linux-headers, the last versions with IUSE=experimental-loong were gone. Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> profiles/arch/loong/package.use.force | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/profiles/arch/loong/package.use.force b/profiles/arch/loong/package.use.force index 9f826c4f154f..f4c63b814002 100644 --- a/profiles/arch/loong/package.use.force +++ b/profiles/arch/loong/package.use.force @@ -14,7 +14,6 @@ sys-devel/llvm llvm_targets_LoongArch # WANG Xuerui <xen0n@gentoo.org> (2022-04-24) # Force-enable experimental-loong on packages; we're loong. -dev-libs/libffi experimental-loong -sys-kernel/linux-headers experimental-loong -sys-libs/glibc experimental-loong +<dev-libs/libffi-3.4.3 experimental-loong +<sys-libs/glibc-2.36 experimental-loong sys-libs/libseccomp experimental-loong