diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-11-10 09:22:49 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-11-10 09:23:10 -0800 |
commit | ce9af9eee779e578db60c344d04422f8517e0a91 (patch) | |
tree | ba1b151c7bf7c698c7f5f9d9851d6ed29bf0930b /dev-libs | |
parent | dev-libs/wayland-1.16.0: alpha stable, bug 668900 (diff) | |
download | gentoo-ce9af9eee779e578db60c344d04422f8517e0a91.tar.gz gentoo-ce9af9eee779e578db60c344d04422f8517e0a91.tar.bz2 gentoo-ce9af9eee779e578db60c344d04422f8517e0a91.zip |
dev-libs/wayland-protocols-1.16: alpha stable, bug 668900
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild index dd2e750af250..40794e0d756c 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/" if [[ $PV != 9999* ]]; then 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 LICENSE="MIT" |