diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-25 13:25:26 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-25 13:25:26 +0100 |
commit | 8f4789c9a5e533916bfaf612c5af2950b2e1b677 (patch) | |
tree | b0a7c0cdf371be8007b754f58c741dc5b442d682 /dev-libs/wayland | |
parent | dev-libs/libinput: ppc64 stable wrt bug #579266 (diff) | |
download | gentoo-8f4789c9a5e533916bfaf612c5af2950b2e1b677.tar.gz gentoo-8f4789c9a5e533916bfaf612c5af2950b2e1b677.tar.bz2 gentoo-8f4789c9a5e533916bfaf612c5af2950b2e1b677.zip |
dev-libs/wayland: 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')
-rw-r--r-- | dev-libs/wayland/wayland-1.11.0.ebuild | 4 |
1 files 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 be082db69d0e..5c3fcc55b174 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="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" |