From 511fc35eea3ad0affd30302213ddf4baaf64759c Mon Sep 17 00:00:00 2001 From: Yu Gu Date: Sun, 24 Apr 2022 20:41:30 +0800 Subject: [PATCH] dev-python/pycares: Keyword 4.1.2 riscv, #839768 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some test failed same as in amd64. Signed-off-by: Yu Gu Closes: https://github.com/gentoo/gentoo/pull/25181 Signed-off-by: Jakov Smolić --- dev-python/pycares/pycares-4.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pycares/pycares-4.1.2.ebuild b/dev-python/pycares/pycares-4.1.2.ebuild index 1ff06a1aacd3a..9cdca1537051e 100644 --- a/dev-python/pycares/pycares-4.1.2.ebuild +++ b/dev-python/pycares/pycares-4.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S=${WORKDIR}/${PN}-${P/_p/-fix} LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~riscv ~x86" IUSE="test" # Tests fail with network-sandbox, since they try to resolve google.com PROPERTIES="test_network"