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/basket/
Date: Tue, 18 Feb 2020 20:06:30
Message-Id: 1582056297.a4f48255972d66972297b49bb7e78eebedea93db.asturm@gentoo
1 commit: a4f48255972d66972297b49bb7e78eebedea93db
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 10:59:52 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 20:04:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f48255
7
8 kde-misc/basket: 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 Closes: https://github.com/gentoo/gentoo/pull/14690
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-misc/basket/basket-2.49b.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/kde-misc/basket/basket-2.49b.ebuild b/kde-misc/basket/basket-2.49b.ebuild
19 index 335ddfe9281..6a9fcbf3e6a 100644
20 --- a/kde-misc/basket/basket-2.49b.ebuild
21 +++ b/kde-misc/basket/basket-2.49b.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}-notepads/${PN}/archive/v${PV}.tar.gz -> ${P}.t
29
30 LICENSE="GPL-2"
31 SLOT="5"
32 -KEYWORDS="amd64 x86"
33 +KEYWORDS="amd64 ~arm64 x86"
34 IUSE="crypt git"
35
36 BDEPEND="git? ( virtual/pkgconfig )"