diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-11-10 09:22:46 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-11-10 09:23:10 -0800 |
commit | 1eaf8baa5ef2da179456edb6a7e61bfcb626a39c (patch) | |
tree | 660be0775b9126ce3f6897bb3843f5867b491073 /dev-libs/wayland | |
parent | dev-ada/gnatsymbolize: Stabilize (diff) | |
download | gentoo-1eaf8baa5ef2da179456edb6a7e61bfcb626a39c.tar.gz gentoo-1eaf8baa5ef2da179456edb6a7e61bfcb626a39c.tar.bz2 gentoo-1eaf8baa5ef2da179456edb6a7e61bfcb626a39c.zip |
dev-libs/wayland-1.16.0: alpha stable, bug 668900
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/wayland')
-rw-r--r-- | dev-libs/wayland/wayland-1.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland/wayland-1.16.0.ebuild b/dev-libs/wayland/wayland-1.16.0.ebuild index 31ec9f02cd28..672158a5d9c9 100644 --- a/dev-libs/wayland/wayland-1.16.0.ebuild +++ b/dev-libs/wayland/wayland-1.16.0.ebuild @@ -18,7 +18,7 @@ if [[ $PV = 9999* ]]; then SRC_URI="" 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 LICENSE="MIT" |