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/sphinx_lv2_theme/
Date: Tue, 09 Feb 2021 21:37:53
Message-Id: 1612906662.761bc4e8d01845f37d4bdb6fbf9c2d1b1a59bc93.sam@gentoo
1 commit: 761bc4e8d01845f37d4bdb6fbf9c2d1b1a59bc93
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 21:37:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 21:37:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761bc4e8
7
8 dev-python/sphinx_lv2_theme: Keyword 1.0.0 ppc64, #769413
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild
16 index c1346268a76..9df1bab9991 100644
17 --- a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild
18 +++ b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild
19 @@ -14,6 +14,6 @@ SRC_URI="https://gitlab.com/lv2/${PN}/-/archive/v${PV}/{PN}-v${PV}.tar.gz"
20
21 LICENSE="ISC"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~sparc"
24 +KEYWORDS="~amd64 ~ppc64 ~sparc"
25
26 S="${WORKDIR}/${PN}-v${PV}-${COMMIT}"