From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1628560-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 24462158064 for <garchives@archives.gentoo.org>; Tue, 7 May 2024 13:02:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6532BE2A44; Tue, 7 May 2024 13:02:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 45D15E2A44 for <gentoo-commits@lists.gentoo.org>; Tue, 7 May 2024 13:02:02 +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 4C42334312E for <gentoo-commits@lists.gentoo.org>; Tue, 7 May 2024 13:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F93619D8 for <gentoo-commits@lists.gentoo.org>; Tue, 7 May 2024 13:01:59 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1715085695.656fb7aac1d118c3814b8d5997943791fbbf34ef.sam@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 656fb7aac1d118c3814b8d5997943791fbbf34ef X-VCS-Branch: master Date: Tue, 7 May 2024 13:01:59 +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: beab4907-ade3-4b90-9857-0a2208d895da X-Archives-Hash: c994b4225e471410c03b60c8c480c1e0 commit: 656fb7aac1d118c3814b8d5997943791fbbf34ef Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 7 12:41:35 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 7 12:41:35 2024 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=656fb7aa crossdev: fix setting EAPI Fixes: c012baee91797ddbd87fa26f4cb73c9a58de3c0c Signed-off-by: Sam James <sam <AT> gentoo.org> crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index af47349..8d8f186 100755 --- a/crossdev +++ b/crossdev @@ -1498,7 +1498,7 @@ set_metadata() { if [[ ! -f "${CROSSDEV_OVERLAY}"/profiles/eapi ]] ; then cat <<-EOF > "${CROSSDEV_OVERLAY}"/profiles/eapi || die "could not write ${CROSSDEV_OVERLAY}/profiles/eapi" - ${repo_name} + 8 EOF fi