Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stdio-mgr/
Date: Thu, 24 Jun 2021 15:07:22
Message-Id: 1624547219.7323c66ea2ea0fb1d6bd897f57e9c3c97a661868.slyfox@gentoo
1 commit: 7323c66ea2ea0fb1d6bd897f57e9c3c97a661868
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jun 24 13:40:52 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 15:06:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7323c66e
7
8 dev-python/stdio-mgr: keyworded 1.0.1 for sparc, bug #796254
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
19 index ba3711080f9..182d8813b39 100644
20 --- a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
21 +++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
22 @@ -15,7 +15,7 @@ HOMEPAGE="
23 SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24
25 LICENSE="MIT"
26 -KEYWORDS="~amd64 ~arm"
27 +KEYWORDS="~amd64 ~arm ~sparc"
28 SLOT="0"
29
30 RDEPEND=">=dev-python/attrs-17.1[${PYTHON_USEDEP}]"