commit: 28f0ff761bf05d632f9648403b39e35c4bc881dd
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 16:49:46 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 17:21:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f0ff76
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 <AT> gentoo.org>
dev-libs/weston/weston-11.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"