Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/
Date: Thu, 23 Apr 2020 06:29:41
Message-Id: 1587623350.219d2638051993caea160d683928da33f3605d27.ago@gentoo
1 commit: 219d2638051993caea160d683928da33f3605d27
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 06:29:10 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 06:29:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219d2638
7
8 net-misc/freerdp: x86 stable wrt bug #716830
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-misc/freerdp/freerdp-2.0.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-misc/freerdp/freerdp-2.0.0-r1.ebuild b/net-misc/freerdp/freerdp-2.0.0-r1.ebuild
18 index c53c2f0911e..4f79b995121 100644
19 --- a/net-misc/freerdp/freerdp-2.0.0-r1.ebuild
20 +++ b/net-misc/freerdp/freerdp-2.0.0-r1.ebuild
21 @@ -9,7 +9,7 @@ if [[ ${PV} != 9999 ]]; then
22 MY_P=${P/_/-}
23 S="${WORKDIR}/${MY_P}"
24 SRC_URI="https://pub.freerdp.com/releases/${MY_P}.tar.gz"
25 - KEYWORDS="~alpha amd64 arm arm64 ppc ~ppc64 ~x86"
26 + KEYWORDS="~alpha amd64 arm arm64 ppc ~ppc64 x86"
27 else
28 inherit git-r3
29 EGIT_REPO_URI="https://github.com/FreeRDP/FreeRDP.git"