commit: 2ad7f77460baef02015ca41032bc86896c9a3a1f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 14 20:14:58 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> 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. <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.
