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/sphinx_lv2_theme/
Date: Tue, 09 Feb 2021 14:11:46
Message-Id: 1612879890.527143a485858f3fc2f578a7183eba5b89d7e6ff.slyfox@gentoo
1 commit: 527143a485858f3fc2f578a7183eba5b89d7e6ff
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Tue Feb 9 14:04:18 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 14:11:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527143a4
7
8 dev-python/sphinx_lv2_theme: keyworded 1.0.0 for sparc, bug #769413
9
10 Package-Manager: Portage-3.0.13, 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/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 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
19 index 904cc43951f..c1346268a76 100644
20 --- a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild
21 +++ b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild
22 @@ -14,6 +14,6 @@ SRC_URI="https://gitlab.com/lv2/${PN}/-/archive/v${PV}/{PN}-v${PV}.tar.gz"
23
24 LICENSE="ISC"
25 SLOT="0"
26 -KEYWORDS="~amd64"
27 +KEYWORDS="~amd64 ~sparc"
28
29 S="${WORKDIR}/${PN}-v${PV}-${COMMIT}"