From 2ad7f77460baef02015ca41032bc86896c9a3a1f Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 14 Feb 2021 20:14:58 +0000 Subject: keywording: Use "Pure Python" instead of "Pure Perl" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Ulrich Müller --- keywording/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keywording') 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. -- cgit v1.2.3-65-gdbad