diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-24 22:02:35 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-25 00:02:20 +0100 |
commit | e17f0d7793681acfbb293078aab27305be7e001f (patch) | |
tree | 55e5560bc08c4745e0edfb4c05b9ab03cc4df1ee /net-libs/http-parser | |
parent | dev-libs/pcl: keyword 1.12-r1 for ~riscv (diff) | |
download | gentoo-e17f0d7793681acfbb293078aab27305be7e001f.tar.gz gentoo-e17f0d7793681acfbb293078aab27305be7e001f.tar.bz2 gentoo-e17f0d7793681acfbb293078aab27305be7e001f.zip |
net-libs/http-parser: keyword 2.9.4-r1 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-libs/http-parser')
-rw-r--r-- | net-libs/http-parser/http-parser-2.9.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/http-parser/http-parser-2.9.4-r1.ebuild b/net-libs/http-parser/http-parser-2.9.4-r1.ebuild index 34d63a7745e6..8ceeb33fae6e 100644 --- a/net-libs/http-parser/http-parser-2.9.4-r1.ebuild +++ b/net-libs/http-parser/http-parser-2.9.4-r1.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 @@ -12,7 +12,7 @@ LICENSE="MIT" # 2.9.4 restored ABI compatibility with 2.9.0 but since we failed # to set subslot in 2.9.3, we want to provoke another rebuild SLOT="0/2.9.4" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x64-macos ~x64-solaris" PATCHES=( "${FILESDIR}"/${P}-non-x86-test.patch |