dev-libs/wayland-1.9.0-r0: add alpha keyword
authorTobias Klausmann <klausman@gentoo.org>
Thu, 2 Jun 2016 16:58:01 +0000 (18:58 +0200)
committerTobias Klausmann <klausman@gentoo.org>
Thu, 2 Jun 2016 17:09:35 +0000 (19:09 +0200)
Gentoo-Bug: 559062

Package-Manager: portage-2.3.0_rc1

dev-libs/wayland/wayland-1.9.0.ebuild

index 7a298ae8950bd3ccbd66650013c12fe0d29e2faf..834c5cd29ab1471d88600be3fcdf742ca39e41aa 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,10 +18,10 @@ HOMEPAGE="https://wayland.freedesktop.org/"
 
 if [[ $PV = 9999* ]]; then
        SRC_URI="${SRC_PATCHES}"
-       KEYWORDS="arm hppa ppc64"
+       KEYWORDS="alpha arm hppa ppc64"
 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"