Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dataclasses/
Date: Sun, 13 Sep 2020 04:55:33
Message-Id: 1599972919.3cdafd179f84245b21301c37d63fada527a92481.sam@gentoo
1 commit: 3cdafd179f84245b21301c37d63fada527a92481
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 13 04:45:14 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 13 04:55:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cdafd17
7
8 dev-python/dataclasses: Keyword 0.7 ppc, #737618
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/dataclasses/dataclasses-0.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/dataclasses/dataclasses-0.7.ebuild b/dev-python/dataclasses/dataclasses-0.7.ebuild
16 index c087418a355..3c1dbb0378a 100644
17 --- a/dev-python/dataclasses/dataclasses-0.7.ebuild
18 +++ b/dev-python/dataclasses/dataclasses-0.7.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
25
26 src_test() {
27 cd test || die