Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/
Date: Tue, 19 Feb 2019 18:05:02
Message-Id: 1550599483.ba0207a2a49fc46459b3adffc5bc634c1677f79e.asturm@gentoo
1 commit: ba0207a2a49fc46459b3adffc5bc634c1677f79e
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 21:12:23 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 18:04:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0207a2
7
8 net-misc/freerdp: added ~arm64
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11
12 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 net-misc/freerdp/freerdp-2.0.0_rc4.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-misc/freerdp/freerdp-2.0.0_rc4.ebuild b/net-misc/freerdp/freerdp-2.0.0_rc4.ebuild
19 index 01b6f127c5b..dcf32d13beb 100644
20 --- a/net-misc/freerdp/freerdp-2.0.0_rc4.ebuild
21 +++ b/net-misc/freerdp/freerdp-2.0.0_rc4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -9,7 +9,7 @@ if [[ ${PV} != 9999 ]]; then
29 MY_P=${P/_/-}
30 S="${WORKDIR}/${MY_P}"
31 SRC_URI="https://pub.freerdp.com/releases/${MY_P}.tar.gz"
32 - KEYWORDS="alpha amd64 arm ~ppc ~ppc64 x86"
33 + KEYWORDS="alpha amd64 arm ~arm64 ~ppc ~ppc64 x86"
34 else
35 inherit git-r3
36 SRC_URI=""