From: Tobias Klausmann Date: Thu, 22 Sep 2016 15:54:01 +0000 (+0200) Subject: dev-libs/wayland-protocols-1.4-r0: add alpha keyword X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1453a14f24a8d6c692d90596db10581db30cb4ba;p=gentoo.git dev-libs/wayland-protocols-1.4-r0: add alpha keyword Gentoo-Bug: 579266 --- diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild index f2b7ca655753..397fe904b92a 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="amd64 arm hppa x86" + KEYWORDS="alpha amd64 arm hppa 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"