diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-06-24 14:40:43 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-06-24 14:41:17 +0100 |
commit | 95489d6196ddf3efa45c4c402fbaf0018b1a9e2c (patch) | |
tree | 51669743c8991d10d42bedc7b4c62cde0df3e7f1 /dev-libs/weston | |
parent | profiles: Mask gui-libs/neatvnc on big-endian profiles (diff) | |
download | gentoo-95489d6196ddf3efa45c4c402fbaf0018b1a9e2c.tar.gz gentoo-95489d6196ddf3efa45c4c402fbaf0018b1a9e2c.tar.bz2 gentoo-95489d6196ddf3efa45c4c402fbaf0018b1a9e2c.zip |
dev-libs/weston: Drop remaining ppc and sparc keywords due to BE issues
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-11.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/weston/weston-11.0.1.ebuild b/dev-libs/weston/weston-11.0.1.ebuild index 83deecda3ef6..4dd8288acf95 100644 --- a/dev-libs/weston/weston-11.0.1.ebuild +++ b/dev-libs/weston/weston-11.0.1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/uploads/f5648c818fba5432edc3ea63c4db4813/${P}.tar.xz" - KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc64 ~riscv x86" fi LICENSE="MIT CC-BY-SA-3.0" |