diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-03 17:31:48 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-03 17:31:48 +0300 |
commit | 4bff057f7f39c0069058212f2fd6fe1ec5bf0937 (patch) | |
tree | e2b61e45b2e9c9d9a8353ee49779755e53d3516a /dev-libs/wayland-protocols | |
parent | dev-libs/wayland: amd64 stable wrt bug #668900 (diff) | |
download | gentoo-4bff057f7f39c0069058212f2fd6fe1ec5bf0937.tar.gz gentoo-4bff057f7f39c0069058212f2fd6fe1ec5bf0937.tar.bz2 gentoo-4bff057f7f39c0069058212f2fd6fe1ec5bf0937.zip |
dev-libs/wayland-protocols: amd64 stable wrt bug #668900
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-libs/wayland-protocols')
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild index 4948be07ff86..165efcf87808 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |