Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/
Date: Sat, 28 Oct 2017 15:01:44
Message-Id: 1509202885.d89a61665fe63c5f036dba4fc06b21d1c0ec4478.mrueg@gentoo
1 commit: d89a61665fe63c5f036dba4fc06b21d1c0ec4478
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 28 15:01:25 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 28 15:01:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89a6166
7
8 net-misc/freerdp: Stable on amd64
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 net-misc/freerdp/freerdp-2.0.0_rc0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild b/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild
16 index eef56aa415d..7d33504d37c 100644
17 --- a/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild
18 +++ b/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} != 9999 ]]; then
20 MY_P="FreeRDP-${MY_PV}"
21 S="${WORKDIR}/${MY_P}"
22 SRC_URI="https://github.com/FreeRDP/FreeRDP/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
23 - KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
24 + KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86"
25 else
26 inherit git-r3
27 SRC_URI=""