Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/
Date: Sun, 01 Apr 2018 10:00:30
Message-Id: 1522576804.27a46901ff6f00ebed7df3e411c1081567779b5f.klausman@gentoo
1 commit: 27a46901ff6f00ebed7df3e411c1081567779b5f
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 10:00:04 2018 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 10:00:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a46901
7
8 net-misc/freerdp-2.0.0_rc1-r1: alpha stable
9
10 Gentoo-Bug: http://bugs.gentoo.org/650528
11
12 net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild b/net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild
16 index 850dd8144d3..abeb6cfe60c 100644
17 --- a/net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild
18 +++ b/net-misc/freerdp/freerdp-2.0.0_rc1-r1.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=""