diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-31 21:38:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-31 21:38:25 +0300 |
commit | 97a45bc4e8a3178bdb017077dc4a12a728194c54 (patch) | |
tree | 8b02b63a6f3e2de0d87c80015c34a6a144f93a5c /dev-libs/wayland-protocols | |
parent | x11-apps/xeyes: Stabilize 1.3.0 sparc, #913215 (diff) | |
download | gentoo-97a45bc4e8a3178bdb017077dc4a12a728194c54.tar.gz gentoo-97a45bc4e8a3178bdb017077dc4a12a728194c54.tar.bz2 gentoo-97a45bc4e8a3178bdb017077dc4a12a728194c54.zip |
dev-libs/wayland-protocols: Stabilize 1.32 ppc64, #913215
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/wayland-protocols')
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild index bbf74e51de19..04d709642ab9 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi LICENSE="MIT" |