diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2018-04-01 12:00:04 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2018-04-01 12:00:04 +0200 |
commit | 27a46901ff6f00ebed7df3e411c1081567779b5f (patch) | |
tree | 6b02c5d3de074119c1ab93623cee56cc83499f77 /net-misc/freerdp | |
parent | mail-filter/spamassassin-3.4.1-r20: alpha stable (diff) | |
download | gentoo-27a46901ff6f00ebed7df3e411c1081567779b5f.tar.gz gentoo-27a46901ff6f00ebed7df3e411c1081567779b5f.tar.bz2 gentoo-27a46901ff6f00ebed7df3e411c1081567779b5f.zip |
net-misc/freerdp-2.0.0_rc1-r1: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/650528
Diffstat (limited to 'net-misc/freerdp')
-rw-r--r-- | net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild b/net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild index 850dd8144d34..abeb6cfe60c8 100644 --- a/net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild +++ b/net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} != 9999 ]]; then MY_P="FreeRDP-${MY_PV}" S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/FreeRDP/FreeRDP/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86" + KEYWORDS="alpha amd64 ~arm ~ppc ~ppc64 x86" else inherit git-r3 SRC_URI="" |