diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 20:14:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-02-17 10:29:44 +0100 |
commit | 2ad7f77460baef02015ca41032bc86896c9a3a1f (patch) | |
tree | 1d9fd92501db8a6ef3c04fe8978ddd69e2c2541f /keywording | |
parent | keywording: Note that we can test x86 via amd64 (diff) | |
download | devmanual-2ad7f77460baef02015ca41032bc86896c9a3a1f.tar.gz devmanual-2ad7f77460baef02015ca41032bc86896c9a3a1f.tar.bz2 devmanual-2ad7f77460baef02015ca41032bc86896c9a3a1f.zip |
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 <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'keywording')
-rw-r--r-- | keywording/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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. <p> 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 <d/> when you are filing the stabilization bug <d/> please add the keyword <c>ALLARCHES</c> in addition to <c>STABLEREQ</c> and CC the arches that you would like to stabilize. |