diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:36:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:09:39 +0000 |
commit | b4a86a5a84a6efe1a59563b058797ae0d545a90f (patch) | |
tree | 2bd226777d1729ce3dc296619b78f899cba208ce /media-libs/glu | |
parent | media-libs/giflib: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-b4a86a5a84a6efe1a59563b058797ae0d545a90f.tar.gz gentoo-b4a86a5a84a6efe1a59563b058797ae0d545a90f.tar.bz2 gentoo-b4a86a5a84a6efe1a59563b058797ae0d545a90f.zip |
media-libs/glu: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/glu')
-rw-r--r-- | media-libs/glu/glu-9.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/glu/glu-9.0.1.ebuild b/media-libs/glu/glu-9.0.1.ebuild index f173ada5ae1c..956eacac0623 100644 --- a/media-libs/glu/glu-9.0.1.ebuild +++ b/media-libs/glu/glu-9.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ if [[ ${PV} = 9999* ]]; then SRC_URI="" else SRC_URI="https://mesa.freedesktop.org/archive/glu/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="SGI-B-2.0" |