diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-01-09 13:11:09 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-01-09 15:30:08 +0100 |
commit | cf87e799813fc5e70722934fb0c79ea60e5c6aa7 (patch) | |
tree | d33a718b2ce32ba702bebcb92db0e0a631a5abf9 /dev-libs/wayland | |
parent | dev-libs/libevdev: Stable for HPPA PPC64 (bug #559062). (diff) | |
download | gentoo-cf87e799813fc5e70722934fb0c79ea60e5c6aa7.tar.gz gentoo-cf87e799813fc5e70722934fb0c79ea60e5c6aa7.tar.bz2 gentoo-cf87e799813fc5e70722934fb0c79ea60e5c6aa7.zip |
dev-libs/wayland: Stable for HPPA PPC64 (bug #559062).
Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-libs/wayland')
-rw-r--r-- | dev-libs/wayland/wayland-1.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/wayland/wayland-1.9.0.ebuild b/dev-libs/wayland/wayland-1.9.0.ebuild index 50468541882f..73ca6378c374 100644 --- a/dev-libs/wayland/wayland-1.9.0.ebuild +++ b/dev-libs/wayland/wayland-1.9.0.ebuild @@ -18,10 +18,10 @@ HOMEPAGE="http://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="arm" + KEYWORDS="arm hppa ppc64" else SRC_URI="http://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" |