diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:38:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:10:49 +0000 |
commit | 2a84ba942efa1eb2a74efc51604ad0d1d08b7efc (patch) | |
tree | d9437d177fa1b43344981fcc56d159a780b10e63 /net-libs/nghttp2 | |
parent | net-libs/miniupnpc: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-2a84ba942efa1eb2a74efc51604ad0d1d08b7efc.tar.gz gentoo-2a84ba942efa1eb2a74efc51604ad0d1d08b7efc.tar.bz2 gentoo-2a84ba942efa1eb2a74efc51604ad0d1d08b7efc.zip |
net-libs/nghttp2: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.41.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.41.0.ebuild b/net-libs/nghttp2/nghttp2-1.41.0.ebuild index 1673a2300ef0..4e440e370c50 100644 --- a/net-libs/nghttp2/nghttp2-1.41.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.41.0.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 # TODO: Add python support. @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos ~x64-solaris" fi DESCRIPTION="HTTP/2 C Library" |