Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/rsibreak/
Date: Tue, 18 Feb 2020 20:06:36
Message-Id: 1582056308.bfb61058a6cd4420a8228d0c0b0104ed6b5b2568.asturm@gentoo
1 commit: bfb61058a6cd4420a8228d0c0b0104ed6b5b2568
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 11:29:12 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 20:05:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb61058
7
8 kde-misc/rsibreak: added ~arm64 keyword
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 kde-misc/rsibreak/rsibreak-0.12.11.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/kde-misc/rsibreak/rsibreak-0.12.11.ebuild b/kde-misc/rsibreak/rsibreak-0.12.11.ebuild
18 index 00f6930bbc6..e98e759840d 100644
19 --- a/kde-misc/rsibreak/rsibreak-0.12.11.ebuild
20 +++ b/kde-misc/rsibreak/rsibreak-0.12.11.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -15,7 +15,7 @@ https://userbase.kde.org/RSIBreak"
28
29 if [[ ${KDE_BUILD_TYPE} = release ]]; then
30 SRC_URI="mirror://kde/stable/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
31 - KEYWORDS="amd64 x86"
32 + KEYWORDS="amd64 ~arm64 x86"
33 fi
34
35 LICENSE="GPL-2+ handbook? ( FDL-1.2 )"