Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/kontrast/
Date: Wed, 28 Oct 2020 22:41:25
Message-Id: 1603924838.d80bd73faa7eaa69b85b96890887dad29bd074dc.sam@gentoo
1 commit: d80bd73faa7eaa69b85b96890887dad29bd074dc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 22:40:38 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 22:40:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80bd73f
7
8 app-accessibility/kontrast: arm64 keyworded (bug #751337)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-accessibility/kontrast/kontrast-1.0.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-accessibility/kontrast/kontrast-1.0.2.ebuild b/app-accessibility/kontrast/kontrast-1.0.2.ebuild
17 index dd0d4f40cdc..06bcf4c3bde 100644
18 --- a/app-accessibility/kontrast/kontrast-1.0.2.ebuild
19 +++ b/app-accessibility/kontrast/kontrast-1.0.2.ebuild
20 @@ -12,7 +12,7 @@ HOMEPAGE="https://apps.kde.org/en/kontrast"
21
22 if [[ ${KDE_BUILD_TYPE} == release ]]; then
23 SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
24 - KEYWORDS="~amd64"
25 + KEYWORDS="~amd64 ~arm64"
26 fi
27
28 LICENSE="GPL-3+"