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/kio-stash/
Date: Tue, 18 Feb 2020 20:06:32
Message-Id: 1582056303.83b35e107432119993d7e9dde60b191f68392146.asturm@gentoo
1 commit: 83b35e107432119993d7e9dde60b191f68392146
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 11:16:59 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 20:05:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b35e10
7
8 kde-misc/kio-stash: 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/kio-stash/kio-stash-1.0-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild b/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild
18 index a79001b1e4a..59ed91101f5 100644
19 --- a/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild
20 +++ b/kde-misc/kio-stash/kio-stash-1.0-r1.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 @@ -14,7 +14,7 @@ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
28
29 LICENSE="GPL-2+"
30 SLOT="0"
31 -KEYWORDS="~amd64"
32 +KEYWORDS="~amd64 ~arm64"
33 IUSE=""
34
35 RESTRICT+=" test"