diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-22 18:17:51 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-22 18:17:51 +0100 |
commit | 10f6daf60e3fc29258e1988d0f8a6158bf109509 (patch) | |
tree | 9f53867ff874093d2330527c14c10f3753880bde /dev-libs/wayland-protocols | |
parent | dev-libs/wayland: sparc stable wrt bug #579266 (diff) | |
download | gentoo-10f6daf60e3fc29258e1988d0f8a6158bf109509.tar.gz gentoo-10f6daf60e3fc29258e1988d0f8a6158bf109509.tar.bz2 gentoo-10f6daf60e3fc29258e1988d0f8a6158bf109509.zip |
dev-libs/wayland-protocols: sparc stable wrt bug #579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/wayland-protocols')
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild index 2f72eefa090b..3d124e981b27 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.4.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" |