From efca56beb6bbb9547d49163cac02eac0b5c1f657 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 6 Apr 2023 11:27:38 +0100 Subject: gentoo auto-resync : 06:04:2023 - 11:27:37 --- profiles/features/big-endian/README | 12 ++++++++++++ profiles/features/big-endian/eapi | 1 + profiles/features/big-endian/package.mask | 9 +++++++++ profiles/features/big-endian/use.mask | 6 ++++++ 4 files changed, 28 insertions(+) create mode 100644 profiles/features/big-endian/README create mode 100644 profiles/features/big-endian/eapi create mode 100644 profiles/features/big-endian/package.mask create mode 100644 profiles/features/big-endian/use.mask (limited to 'profiles/features') diff --git a/profiles/features/big-endian/README b/profiles/features/big-endian/README new file mode 100644 index 000000000000..b3ef98017674 --- /dev/null +++ b/profiles/features/big-endian/README @@ -0,0 +1,12 @@ +features/big-endian: a common profile for big-endian architectures and +sub-architectures. 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 to 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. diff --git a/profiles/features/big-endian/eapi b/profiles/features/big-endian/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/features/big-endian/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/features/big-endian/package.mask b/profiles/features/big-endian/package.mask new file mode 100644 index 000000000000..0edd6a8fa129 --- /dev/null +++ b/profiles/features/big-endian/package.mask @@ -0,0 +1,9 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# matoro (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh +dev-python/tlsh +dev-util/diffoscope diff --git a/profiles/features/big-endian/use.mask b/profiles/features/big-endian/use.mask new file mode 100644 index 000000000000..142ce6b3a20f --- /dev/null +++ b/profiles/features/big-endian/use.mask @@ -0,0 +1,6 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# James Le Cuirot (2017-06-29) +# Unmask as this profile is big endian. +-big-endian -- cgit v1.2.3