Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/retry-decorator/
Date: Tue, 28 Jun 2022 19:28:55
Message-Id: 1656444522.1a4193c8515002c786e6b7d9afdb7a37ec43bbfc.arthurzam@gentoo
1 commit: 1a4193c8515002c786e6b7d9afdb7a37ec43bbfc
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 19:28:42 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 19:28:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4193c8
7
8 dev-python/retry-decorator: Stabilize 1.1.1-r1 ALLARCHES, #854915
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild b/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild
16 index bdd65098108d..4df00fb12433 100644
17 --- a/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild
18 +++ b/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pnpnpn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~riscv ~x86"
24 +KEYWORDS="amd64 arm ~riscv x86"
25
26 DOCS=( README.rst )