Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycares/
Date: Tue, 15 Jun 2021 05:25:12
Message-Id: 1623734587.77dd2ab44532687056355669562ebe0c6f53dead.sam@gentoo
1 commit: 77dd2ab44532687056355669562ebe0c6f53dead
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 15 05:23:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 15 05:23:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77dd2ab4
7
8 dev-python/pycares: Stabilize 4.0.0 amd64, #796092
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pycares/pycares-4.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pycares/pycares-4.0.0.ebuild b/dev-python/pycares/pycares-4.0.0.ebuild
16 index f1f64adb868..eceb9a8469e 100644
17 --- a/dev-python/pycares/pycares-4.0.0.ebuild
18 +++ b/dev-python/pycares/pycares-4.0.0.ebuild
19 @@ -13,7 +13,7 @@ S=${WORKDIR}/${PN}-${P/_p/-fix}
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 ~x86"
25 # Tests fail with network-sandbox, since they try to resolve google.com
26 PROPERTIES="test_network"
27 RESTRICT="test"