diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-04-24 09:59:09 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-04-24 09:59:09 -0700 |
commit | 720eaaeccb6d1f57c976f5e4b1c729c338bb7672 (patch) | |
tree | 8042c38c4adaaec4912fb58d3b2692694aaf83be | |
parent | xorg-3.eclass: Remove only library call man pages if USE=-doc (diff) | |
download | gentoo-720eaaeccb6d1f57c976f5e4b1c729c338bb7672.tar.gz gentoo-720eaaeccb6d1f57c976f5e4b1c729c338bb7672.tar.bz2 gentoo-720eaaeccb6d1f57c976f5e4b1c729c338bb7672.zip |
dev-libs/wayland-1.17.0: ia64 stable, bug 682616
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | dev-libs/wayland/wayland-1.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland/wayland-1.17.0.ebuild b/dev-libs/wayland/wayland-1.17.0.ebuild index c0fcb995b019..2922a9f9aaed 100644 --- a/dev-libs/wayland/wayland-1.17.0.ebuild +++ b/dev-libs/wayland/wayland-1.17.0.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" + KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" fi inherit autotools libtool multilib-minimal toolchain-funcs |