summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-04-26 22:57:36 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-04-26 22:57:36 +0100
commitd02fcde73bae6eba9d9fd96b3803fbe2b9bdd3ad (patch)
tree47542252af6823afa7ebaf0589a15aad798c3051 /dev-libs/weston
parentgui-apps/wayvnc: Update mesa[gles2] dependency now that flag has gone (diff)
downloadgentoo-d02fcde73bae6eba9d9fd96b3803fbe2b9bdd3ad.tar.gz
gentoo-d02fcde73bae6eba9d9fd96b3803fbe2b9bdd3ad.tar.bz2
gentoo-d02fcde73bae6eba9d9fd96b3803fbe2b9bdd3ad.zip
dev-libs/weston: Restore ppc64 keywords
We have masked this package on big endian arches, but I had forgotten about ppc64le. It worked before and the other arches look good, so let's just stabilise 13.0.0-r2 immediately to fix the tree breakage. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r--dev-libs/weston/weston-13.0.0-r2.ebuild2
-rw-r--r--dev-libs/weston/weston-13.0.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/weston/weston-13.0.0-r2.ebuild b/dev-libs/weston/weston-13.0.0-r2.ebuild
index 5cbd993aa607..38a6d926b301 100644
--- a/dev-libs/weston/weston-13.0.0-r2.ebuild
+++ b/dev-libs/weston/weston-13.0.0-r2.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 ~loong ~riscv x86"
+ KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc64 ~riscv x86"
fi
LICENSE="MIT CC-BY-SA-3.0"
diff --git a/dev-libs/weston/weston-13.0.1.ebuild b/dev-libs/weston/weston-13.0.1.ebuild
index 002b836d7566..071601606aaa 100644
--- a/dev-libs/weston/weston-13.0.1.ebuild
+++ b/dev-libs/weston/weston-13.0.1.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 ~loong ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT CC-BY-SA-3.0"