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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3D98158042 for ; Fri, 15 Nov 2024 17:44:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02B68E09BC; Fri, 15 Nov 2024 17:44:57 +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 4450AE09BC for ; Fri, 15 Nov 2024 17:44:56 +0000 (UTC) From: =?UTF-8?q?Ulrich=20M=C3=BCller?= To: gentoo-pms@lists.gentoo.org Cc: =?UTF-8?q?Ulrich=20M=C3=BCller?= Subject: [gentoo-pms] [PATCH] tree-layout.tex: Missing eapi is not taken from master repo Date: Fri, 15 Nov 2024 18:44:30 +0100 Message-ID: <20241115174443.1312-1-ulm@gentoo.org> X-Mailer: git-send-email 2.47.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Package Manager Specification discussions X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org Reply-To: gentoo-pms@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 1e6d0be6-e13b-4aec-b391-737e23b81187 X-Archives-Hash: 0d108245c562bf8788bff94e8131fb6f The wording on this was not clear: One the one hand we had "if no eapi file is present, EAPI 0 shall be used", on the other hand "contents of these files are to be taken from [...] the master repository". Portage uses EAPI 0 if profiles/eapi is missing in a non-stand-alone repository. Signed-off-by: Ulrich Müller --- tree-layout.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree-layout.tex b/tree-layout.tex index 19aed03..e0b414d 100644 --- a/tree-layout.tex +++ b/tree-layout.tex @@ -85,7 +85,7 @@ directory; a package manager must not attempt to use any repository whose profil requires an EAPI it does not support. If no \t{eapi} file is present, EAPI 0 shall be used. If the repository is not intended to be stand-alone, the contents of these files are to be taken -from or merged with the master repository as necessary. +from or merged with the master repository as necessary; this does not apply to the \t{eapi} file. Other files not described by this specification may exist, but may not be relied upon. The package manager must ignore any files in this directory that it does not recognise. -- 2.47.0