diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-04-28 00:57:46 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-04-28 22:23:21 +0300 |
commit | 718f65da7f7e68468c1b4b0780c70694b2812412 (patch) | |
tree | 87c059906c3b46f4f3587164326cd5c64d6fede8 /gui-libs | |
parent | dev-python/rfc3986-validator: arm64 keyworded (bug #715120) (diff) | |
download | gentoo-718f65da7f7e68468c1b4b0780c70694b2812412.tar.gz gentoo-718f65da7f7e68468c1b4b0780c70694b2812412.tar.bz2 gentoo-718f65da7f7e68468c1b4b0780c70694b2812412.zip |
gui-libs/gtk-layer-shell: arm64 keyworded (bug #716600)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild index 7704b6464133..9c563ef3fd23 100644 --- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild +++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/wmww/${PN}" else SRC_URI="https://github.com/wmww/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol" |