diff options
author | Matoro Mahri <matoro@users.noreply.github.com> | 2023-03-29 19:06:58 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-06 05:50:55 +0100 |
commit | 8ade2cf8eafc39a206441175e1d508cc8bd7b355 (patch) | |
tree | df496eb1aca4a7e06575dec3c915e35dfba48f17 /profiles/arch/mips/use.mask | |
parent | sys-apps/keyutils: unkeyword 1.6.3 for ~ppc, ~sparc (diff) | |
download | gentoo-8ade2cf8eafc39a206441175e1d508cc8bd7b355.tar.gz gentoo-8ade2cf8eafc39a206441175e1d508cc8bd7b355.tar.bz2 gentoo-8ade2cf8eafc39a206441175e1d508cc8bd7b355.zip |
profiles: create features/big-endian
Using this in the future to dump issues which specifically affect
big-endian platforms to avoid duplicated masks across the entire profile
tree. This is for masks which are necessary due to problems which arise
solely due to endian correctness. Solving a problem which causes one of
these masks does not guarantee that the package will automatically work
on all big-endian platforms, but it is a prerequisite to work on any of
them.
Please be cautious about adding things here as it will likely affect a
platform that has not been tested on. A good heuristic I use is either:
1) works on ppc64le and not on ppc64, or
2) work on 3 different little-endian platforms and not on 3 different
big-endian platforms, and the BE platforms fail in the same way
Bug: https://bugs.gentoo.org/896138
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/30406
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/arch/mips/use.mask')
-rw-r--r-- | profiles/arch/mips/use.mask | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index 661f78219285..409c8ea6b8f7 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -38,10 +38,6 @@ networkmanager # sci-geosciences/gpsd is not keyworded here. gps -# James Le Cuirot <chewi@gentoo.org> (2017-06-29) -# Unmask as this profile is big endian. --big-endian - # Mart Raudsepp <leio@gentoo.org> (2017-05-27) # media-libs/libmtp not tested mtp |