Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stdio-mgr/
Date: Mon, 20 Sep 2021 06:25:56
Message-Id: 1632119144.c5b38aa8b43a6b06932b60364697893c9cb9f158.ago@gentoo
1 commit: c5b38aa8b43a6b06932b60364697893c9cb9f158
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 06:25:44 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 06:25:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b38aa8
7
8 dev-python/stdio-mgr: x86 stable wrt bug #803719
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
18 index a0d17e91170..399e137fe87 100644
19 --- a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
20 +++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
21 @@ -15,7 +15,7 @@ HOMEPAGE="
22 SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23
24 LICENSE="MIT"
25 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
26 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86"
27 SLOT="0"
28
29 RDEPEND=">=dev-python/attrs-17.1[${PYTHON_USEDEP}]"