diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-03-06 16:36:15 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-03-06 16:48:58 +0100 |
commit | 869b2313ad816a7e52e61476e036c2d7cbe26036 (patch) | |
tree | 1c0c249c4747b62a3b97c6b7fcfddc5a6e1d3fc9 /dev-libs | |
parent | dev-libs/wayland-1.12.0-r0: add alpha keyword (diff) | |
download | gentoo-869b2313ad816a7e52e61476e036c2d7cbe26036.tar.gz gentoo-869b2313ad816a7e52e61476e036c2d7cbe26036.tar.bz2 gentoo-869b2313ad816a7e52e61476e036c2d7cbe26036.zip |
dev-libs/wayland-protocols-1.7-r0: add alpha keyword
Gentoo-Bug: 611056
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild index ecf94d9bcaab..1f743bece592 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild @@ -17,10 +17,10 @@ HOMEPAGE="https://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="" + KEYWORDS="alpha" 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" |