diff options
author | 2018-12-12 17:46:57 +0300 | |
---|---|---|
committer | 2018-12-12 17:46:57 +0300 | |
commit | b4853d93025c74170e1de61642f3f7e96747310d (patch) | |
tree | 0713b6731fecafb51b99f8c854785fb23cf7f98f /dev-libs/wayland-protocols | |
parent | profiles/s390: No llvm on s390 (diff) | |
download | gentoo-b4853d93025c74170e1de61642f3f7e96747310d.tar.gz gentoo-b4853d93025c74170e1de61642f3f7e96747310d.tar.bz2 gentoo-b4853d93025c74170e1de61642f3f7e96747310d.zip |
dev-libs/wayland-protocols: mark s390 stable
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-libs/wayland-protocols')
-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 8b88b06af511..10b44aaea1f9 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" |