Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yapf/
Date: Sat, 29 Jan 2022 10:04:25
Message-Id: 1643450530.768c5fdbb029447150cb778354606fe38a3ed013.jsmolic@gentoo
1 commit: 768c5fdbb029447150cb778354606fe38a3ed013
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 10:02:10 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 10:02:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768c5fdb
7
8 dev-python/yapf: Stabilize 0.32.0 x86, #832273
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/yapf/yapf-0.32.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/yapf/yapf-0.32.0.ebuild b/dev-python/yapf/yapf-0.32.0.ebuild
16 index 93675f93d2f4..1dbef62a1399 100644
17 --- a/dev-python/yapf/yapf-0.32.0.ebuild
18 +++ b/dev-python/yapf/yapf-0.32.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2018-2021 Gentoo Authors
21 +# Copyright 2018-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/google/yapf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm64 ~x86"
30 +KEYWORDS="~amd64 ~arm64 x86"
31 IUSE="test"
32 RESTRICT="!test? ( test )"