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:12:00
Message-Id: 1625728253.9d9eda812e8444592913d3e1c6040c25bbe3e418.slyfox@gentoo
1 commit: 9d9eda812e8444592913d3e1c6040c25bbe3e418
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 07:10:53 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 07:10:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9eda81
7
8 dev-python/stdio-mgr: keyworded 1.0.1 for ppc64
9
10 keyworded wrt bug #796254
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 RepoMan-Options: --include-arches="ppc64"
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 f38e44de7d6..019d1863b71 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 ~ppc ~sparc"
28 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc"
29 SLOT="0"
30
31 RDEPEND=">=dev-python/attrs-17.1[${PYTHON_USEDEP}]"