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 3B0741382C5 for ; Wed, 9 Jun 2021 07:32:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72863E0814; Wed, 9 Jun 2021 07:32:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5A4D7E0814 for ; Wed, 9 Jun 2021 07:32:53 +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 57663340CB8 for ; Wed, 9 Jun 2021 07:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B757327E for ; Wed, 9 Jun 2021 07:32:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1623223959.8f50b61d7a09de216bbaaf86d75a61a195bf42bb.mgorny@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0082.rst X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8f50b61d7a09de216bbaaf86d75a61a195bf42bb X-VCS-Branch: master Date: Wed, 9 Jun 2021 07:32:47 +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: 06b7ed9a-01b4-44ad-9d0e-6910e9f12f91 X-Archives-Hash: 47f186b41f82169495fce0315b8b9c0a commit: 8f50b61d7a09de216bbaaf86d75a61a195bf42bb Author: Michał Górny gentoo org> AuthorDate: Wed Jun 9 07:30:06 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 9 07:32:39 2021 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=8f50b61d glep-0082: Indicate that eapis-* do not apply to eclasses Signed-off-by: Michał Górny gentoo.org> glep-0082.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glep-0082.rst b/glep-0082.rst index 8a1094b..6703313 100644 --- a/glep-0082.rst +++ b/glep-0082.rst @@ -147,6 +147,7 @@ eapis-deprecated = Specifies one or more EAPIs that are to be considered deprecated by the development tools for use in ebuilds, i.e. their use should trigger a warning. If not specified, no EAPIs are deprecated. + This key does not apply to EAPI use in profiles. Example:: @@ -155,7 +156,8 @@ eapis-deprecated = eapis-banned = Specifies one or more EAPIs that are to be considered banned by the development tools for use in ebuilds, i.e. their use should - be blocked. If not specified, no EAPIs are banned. + be blocked. If not specified, no EAPIs are banned. This key + does not apply to EAPI use in profiles. repo-name = Specifies the repository name. If specified, it must be equal