diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-25 13:25:31 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-25 13:25:31 +0100 |
commit | 780f9d8dd5051903f2f62a07b8a24887f474ad2f (patch) | |
tree | 02236b46e277a6e3e7c21d9997ee4b752f810dc1 /dev-libs/wayland-protocols | |
parent | dev-libs/wayland: ppc64 stable wrt bug #579266 (diff) | |
download | gentoo-780f9d8dd5051903f2f62a07b8a24887f474ad2f.tar.gz gentoo-780f9d8dd5051903f2f62a07b8a24887f474ad2f.tar.bz2 gentoo-780f9d8dd5051903f2f62a07b8a24887f474ad2f.zip |
dev-libs/wayland-protocols: ppc64 stable wrt bug #579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild index 3d124e981b27..9f9ae7738572 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild @@ -18,10 +18,10 @@ HOMEPAGE="https://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86" + KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 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" |