diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-06-08 10:15:53 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-06-08 10:31:37 +0100 |
commit | 8bbdd1cc5d05fe83707bd8140c352aeca1bfa622 (patch) | |
tree | 5bf74cf96bae1e3e58f6138cc98a399ed9d131f4 /dev-libs/weston | |
parent | dev-util/rbtools: add 5.0 (diff) | |
download | gentoo-8bbdd1cc5d05fe83707bd8140c352aeca1bfa622.tar.gz gentoo-8bbdd1cc5d05fe83707bd8140c352aeca1bfa622.tar.bz2 gentoo-8bbdd1cc5d05fe83707bd8140c352aeca1bfa622.zip |
dev-libs/weston: Keyword 13.0.1 for ~ppc64
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-13.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/weston/weston-13.0.1.ebuild b/dev-libs/weston/weston-13.0.1.ebuild index 801ef005cb3b..cbc58686914c 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" |