summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2022-11-04 22:16:58 +0800
committerYixun Lan <dlan@gentoo.org>2022-11-05 14:57:15 +0800
commitf4979144cb54bbad7bae775642cd90076e15ebf8 (patch)
tree0dcf7591126b3bfcae657630c5fbd6bb90f48da0 /net-libs
parentdev-python/PyQt5: crank up dev-python/sip dependency (diff)
downloadgentoo-f4979144cb54bbad7bae775642cd90076e15ebf8.tar.gz
gentoo-f4979144cb54bbad7bae775642cd90076e15ebf8.tar.bz2
gentoo-f4979144cb54bbad7bae775642cd90076e15ebf8.zip
net-libs/ngtcp2: Keyword 0.10.0 riscv, #879553
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/ngtcp2/ngtcp2-0.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/ngtcp2/ngtcp2-0.10.0.ebuild b/net-libs/ngtcp2/ngtcp2-0.10.0.ebuild
index 24ec2747596c..707656ab86a7 100644
--- a/net-libs/ngtcp2/ngtcp2-0.10.0.ebuild
+++ b/net-libs/ngtcp2/ngtcp2-0.10.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/ngtcp2/ngtcp2/releases/download/v${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~hppa"
+ KEYWORDS="~amd64 ~hppa ~riscv"
fi
DESCRIPTION="Implementation of the IETF QUIC Protocol"