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 507CF13835A for ; Wed, 17 Feb 2021 09:29:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 649FCE0866; Wed, 17 Feb 2021 09:29:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4BAA4E0857 for ; Wed, 17 Feb 2021 09:29:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0B3A43416DE for ; Wed, 17 Feb 2021 09:29:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FD264DE for ; Wed, 17 Feb 2021 09:29:50 +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: <1613554184.2ad7f77460baef02015ca41032bc86896c9a3a1f.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: keywording/ X-VCS-Repository: proj/devmanual X-VCS-Files: keywording/text.xml X-VCS-Directories: keywording/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2ad7f77460baef02015ca41032bc86896c9a3a1f X-VCS-Branch: master Date: Wed, 17 Feb 2021 09:29:50 +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: 43f884b8-0375-4d16-a543-4ba8fb935a22 X-Archives-Hash: ecb43f81e263f6278492506fde4fe56e commit: 2ad7f77460baef02015ca41032bc86896c9a3a1f Author: Sam James gentoo org> AuthorDate: Sun Feb 14 20:14:58 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 17 09:29:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2ad7f774 keywording: Use "Pure Python" instead of "Pure Perl" We prefer not to use ALLARCHES for Perl packages because of how sensitive Perl can be to the underlying host. While Perl is cross-platform, use of functions which vary across hosts (e.g. unpack) is quite common. Let's use Python as an example instead which is endorsed [0] by Gentoo's Python Project. [0] https://wiki.gentoo.org/wiki/Project:Python#ALLARCHES Signed-off-by: Sam James gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> keywording/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keywording/text.xml b/keywording/text.xml index 790a582..9c88cf1 100644 --- a/keywording/text.xml +++ b/keywording/text.xml @@ -340,7 +340,7 @@ So packages are not to be marked stable for one of these architectures.

If you maintain an architecture-independent package (data files, icons, pure -Perl, ...) then you may request that your package be stabilized on all arches +Python, ...) then you may request that your package be stabilized on all arches at once. To do this when you are filing the stabilization bug please add the keyword ALLARCHES in addition to STABLEREQ and CC the arches that you would like to stabilize.