diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-28 12:45:47 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-28 12:45:47 +0200 |
commit | 3565ae855cd43fc1ef63a1f181416ad28e153b8f (patch) | |
tree | d0f5b6c29b7713b38e335c7c59e768e1ebdb3318 /net-libs/rest | |
parent | x11-libs/libva-vdpau-driver: keyword ~arm64 (diff) | |
download | gentoo-3565ae855cd43fc1ef63a1f181416ad28e153b8f.tar.gz gentoo-3565ae855cd43fc1ef63a1f181416ad28e153b8f.tar.bz2 gentoo-3565ae855cd43fc1ef63a1f181416ad28e153b8f.zip |
net-libs/rest: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-libs/rest')
-rw-r--r-- | net-libs/rest/rest-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/rest/rest-0.8.0.ebuild b/net-libs/rest/rest-0.8.0.ebuild index d40f4cdbf987..d479dae138eb 100644 --- a/net-libs/rest/rest-0.8.0.ebuild +++ b/net-libs/rest/rest-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Librest" LICENSE="LGPL-2.1" SLOT="0.7" IUSE="+introspection test" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86" # Coverage testing should not be enabled RDEPEND=" |