From: Agostino Sarubbo Date: Sun, 22 Jan 2017 17:17:46 +0000 (+0100) Subject: dev-libs/wayland: sparc stable wrt bug #579266 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ca1a2e6e1cb8d02590e7f31a199d6609bccae17;p=gentoo.git dev-libs/wayland: sparc stable wrt bug #579266 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo --- diff --git a/dev-libs/wayland/wayland-1.11.0.ebuild b/dev-libs/wayland/wayland-1.11.0.ebuild index 31a07cb180ec..be082db69d0e 100644 --- a/dev-libs/wayland/wayland-1.11.0.ebuild +++ b/dev-libs/wayland/wayland-1.11.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 # $Id$ @@ -18,10 +18,10 @@ HOMEPAGE="https://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="alpha amd64 arm hppa ia64 ppc x86" + KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86" 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"