summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-05 20:49:27 +0000
committerSam James <sam@gentoo.org>2021-04-05 22:17:17 +0000
commit279a90e037e3bd9cb676571697e22f6273b18cf8 (patch)
tree4fc16d2299178dcd4bca2dc4703bfe6509e29ec6 /x11-base/xorg-proto
parentx11-base/xorg-drivers: drop s390 to ~s390 (unstable) (diff)
downloadgentoo-279a90e037e3bd9cb676571697e22f6273b18cf8.tar.gz
gentoo-279a90e037e3bd9cb676571697e22f6273b18cf8.tar.bz2
gentoo-279a90e037e3bd9cb676571697e22f6273b18cf8.zip
x11-base/xorg-proto: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-base/xorg-proto')
-rw-r--r--x11-base/xorg-proto/xorg-proto-2020.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-base/xorg-proto/xorg-proto-2020.1.ebuild b/x11-base/xorg-proto/xorg-proto-2020.1.ebuild
index 938908c713b4..60b24a0bb11a 100644
--- a/x11-base/xorg-proto/xorg-proto-2020.1.ebuild
+++ b/x11-base/xorg-proto/xorg-proto-2020.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
@@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto"
if [[ ${PV} = 9999* ]]; then
SRC_URI=""
else
- KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
fi