diff options
author | Sam James <sam@gentoo.org> | 2021-01-19 19:17:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-19 19:17:11 +0000 |
commit | 62eac5607bacbcbf13402fa825c4783026b10c60 (patch) | |
tree | 0d1b4a9d8c29162e9e3d4837a081b867c9a313ac /dev-libs/weston/weston-9.0.0.ebuild | |
parent | net-misc/wakeonlan: Keyword 0.41-r4 arm64, #764665 (diff) | |
download | gentoo-62eac5607bacbcbf13402fa825c4783026b10c60.tar.gz gentoo-62eac5607bacbcbf13402fa825c4783026b10c60.tar.bz2 gentoo-62eac5607bacbcbf13402fa825c4783026b10c60.zip |
dev-libs/weston: Keyword 9.0.0 arm64, #761400
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/weston/weston-9.0.0.ebuild')
-rw-r--r-- | dev-libs/weston/weston-9.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/weston/weston-9.0.0.ebuild b/dev-libs/weston/weston-9.0.0.ebuild index fcc8d36a421d..4f98f5bcab67 100644 --- a/dev-libs/weston/weston-9.0.0.ebuild +++ b/dev-libs/weston/weston-9.0.0.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="amd64 ~arm x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="MIT CC-BY-SA-3.0" |