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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 195D3158090 for ; Sun, 8 May 2022 05:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56D73E0898; Sun, 8 May 2022 05:48:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 054D9E0898 for ; Sun, 8 May 2022 05:48:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id BADEB34150A for ; Sun, 8 May 2022 05:48:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 514F0439 for ; Sun, 8 May 2022 05:48:04 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1651574677.edf40aeab84bfed880306527de3dccf401e792fa.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0023.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: edf40aeab84bfed880306527de3dccf401e792fa X-VCS-Branch: master Date: Sun, 8 May 2022 05:48:04 +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: fa7dcfb6-9978-4d16-833d-4336810f5233 X-Archives-Hash: 3c1d77618dfd906c03744408e026a4ba commit: edf40aeab84bfed880306527de3dccf401e792fa Author: Ulrich Müller gentoo org> AuthorDate: Tue May 3 10:44:37 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue May 3 10:44:37 2022 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=edf40aea glep-0023: Fix a typo Signed-off-by: Ulrich Müller gentoo.org> glep-0023.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glep-0023.rst b/glep-0023.rst index b2b5bf2..9113464 100644 --- a/glep-0023.rst +++ b/glep-0023.rst @@ -7,7 +7,7 @@ Type: Standards Track Status: Final Version: 1 Created: 2004-03-09 -Last-Modified: 2016-06-23 +Last-Modified: 2022-05-03 Post-History: 2004-03-08, 2004-03-10, 2004-10-25, 2006-11-18, 2006-11-21 Content-Type: text/x-rst --- @@ -170,7 +170,7 @@ Backwards Compatibility There should be no change to the user experience without the user explicitly choosing to do so. This mandates that the configuration variable be named ``ACCEPT_LICENSE`` as some users may -already have it set due to ebuilds using ``eutil.eclass``'s +already have it set due to ebuilds using ``eutils.eclass``'s implementation. It also mandates that the default ``ACCEPT_LICENSE`` be set to ``@NON-MUST-HAVE-READ`` in the main Gentoo repository as implementations are not required to provide an internal default.