diff options
author | Sam James <sam@gentoo.org> | 2022-05-28 06:02:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-28 06:02:04 +0100 |
commit | f876c9df9c923e03cf9b578d2f9c76f6065f3ef2 (patch) | |
tree | 0aefcd8076c64200978491375be60daef9b7593a /dev-libs/weston | |
parent | app-crypt/libsecret: Stabilize 0.20.5-r3 ppc, #843794 (diff) | |
download | gentoo-f876c9df9c923e03cf9b578d2f9c76f6065f3ef2.tar.gz gentoo-f876c9df9c923e03cf9b578d2f9c76f6065f3ef2.tar.bz2 gentoo-f876c9df9c923e03cf9b578d2f9c76f6065f3ef2.zip |
dev-libs/weston: Stabilize 10.0.0 ppc, #843794
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-10.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/weston/weston-10.0.0.ebuild b/dev-libs/weston/weston-10.0.0.ebuild index 596b3ed338ba..d5a772f0976e 100644 --- a/dev-libs/weston/weston-10.0.0.ebuild +++ b/dev-libs/weston/weston-10.0.0.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86" fi LICENSE="MIT CC-BY-SA-3.0" |