diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-12-06 00:49:46 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-12-06 01:21:29 +0800 |
commit | 28f0ff761bf05d632f9648403b39e35c4bc881dd (patch) | |
tree | 512451cde9e281d4992054ae95b289cecb815822 /dev-libs/weston | |
parent | profiles/arch/loong: mask untested Python Qt configurations (diff) | |
download | gentoo-28f0ff761bf05d632f9648403b39e35c4bc881dd.tar.gz gentoo-28f0ff761bf05d632f9648403b39e35c4bc881dd.tar.bz2 gentoo-28f0ff761bf05d632f9648403b39e35c4bc881dd.zip |
dev-libs/weston: keyword 11.0.0 for ~loong
`output-damage` fails but apparently related to my amdgpu card, the
generated screenshot was manually checked against the reference image,
only minor corruption existed. Re-testing with `LIBGL_ALWAYS_SOFTWARE=1
GALLIUM_DRIVER=softpipe` yielded another 2 failures `output-transforms`
and `color-icc-output`, which is somewhat indicative of proper function
because no overlapping between the failures on the two mesa drivers
exists.
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-11.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/weston/weston-11.0.0.ebuild b/dev-libs/weston/weston-11.0.0.ebuild index 31b60f034166..b836dd47abf4 100644 --- a/dev-libs/weston/weston-11.0.0.ebuild +++ b/dev-libs/weston/weston-11.0.0.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT CC-BY-SA-3.0" |