diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-15 22:38:51 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-15 22:38:51 +0300 |
commit | 8262f17bb57017699509204117afd0bd8338cb56 (patch) | |
tree | a27df725513111773a58e2bb1288bd530ea75f35 /dev-libs/wayland-protocols | |
parent | dev-libs/wayland: Stabilize 1.21.0 ppc64, #861023 (diff) | |
download | gentoo-8262f17bb57017699509204117afd0bd8338cb56.tar.gz gentoo-8262f17bb57017699509204117afd0bd8338cb56.tar.bz2 gentoo-8262f17bb57017699509204117afd0bd8338cb56.zip |
dev-libs/wayland-protocols: Stabilize 1.26 ppc64, #861023
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.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.26.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.26.ebuild index f4cd12f8845d..3205c8e617af 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.26.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.26.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://wayland.freedesktop.org/releases/${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" |