commit: 9c9bf95d32d29dd39cebfe60d5ea4c78d4ea6c85 Author: Markus Meier <maekke <AT> gentoo <DOT> org> AuthorDate: Fri Aug 5 17:19:50 2016 +0000 Commit: Markus Meier <maekke <AT> gentoo <DOT> org> CommitDate: Fri Aug 5 17:19:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9bf95d
dev-libs/wayland: arm stable, bug #579266 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" dev-libs/wayland/wayland-1.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/wayland/wayland-1.11.0.ebuild b/dev-libs/wayland/wayland-1.11.0.ebuild index 88a13c2..364fff6 100644 --- a/dev-libs/wayland/wayland-1.11.0.ebuild +++ b/dev-libs/wayland/wayland-1.11.0.ebuild @@ -18,10 +18,10 @@ HOMEPAGE="https://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="hppa" + KEYWORDS="arm hppa" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi LICENSE="MIT"