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, 08 Jul 2021 07:09:48
Message-Id: 1625728153.4b42e335155c6c9d5868b7cff7864037b2d32ed5.slyfox@gentoo
1 commit: 4b42e335155c6c9d5868b7cff7864037b2d32ed5
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 07:09:13 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 07:09:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b42e335
7
8 dev-python/stdio-mgr: keyworded 1.0.1 for ppc
9
10 keyworded wrt bug #796254
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 RepoMan-Options: --include-arches="ppc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
20 index 182d8813b39..f38e44de7d6 100644
21 --- a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
22 +++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
23 @@ -15,7 +15,7 @@ HOMEPAGE="
24 SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25
26 LICENSE="MIT"
27 -KEYWORDS="~amd64 ~arm ~sparc"
28 +KEYWORDS="~amd64 ~arm ~ppc ~sparc"
29 SLOT="0"
30
31 RDEPEND=">=dev-python/attrs-17.1[${PYTHON_USEDEP}]"