diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-01-19 21:23:01 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-01-19 22:07:43 +0200 |
commit | 651c189070538a3a5bbe377d18c561485687e136 (patch) | |
tree | 09f0eb495f3651377abd92821a0743ee6208b6d9 /dev-libs/wayland-protocols | |
parent | x11-libs/libXres: arm64 stable (diff) | |
download | gentoo-651c189070538a3a5bbe377d18c561485687e136.tar.gz gentoo-651c189070538a3a5bbe377d18c561485687e136.tar.bz2 gentoo-651c189070538a3a5bbe377d18c561485687e136.zip |
dev-libs/wayland-protocols: arm64 stable
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs/wayland-protocols')
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild index 10b44aaea1f9..cc1a199083b7 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/" if [[ $PV != 9999* ]]; then SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" fi LICENSE="MIT" |