diff options
-rw-r--r-- | net-misc/freerdp/freerdp-2.0.0_rc2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/freerdp/freerdp-2.0.0_rc2-r1.ebuild b/net-misc/freerdp/freerdp-2.0.0_rc2-r1.ebuild index c1097f2e6c22..9b4af99905b1 100644 --- a/net-misc/freerdp/freerdp-2.0.0_rc2-r1.ebuild +++ b/net-misc/freerdp/freerdp-2.0.0_rc2-r1.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} != 9999 ]]; then MY_P=${P/_/-} S="${WORKDIR}/${MY_P}" SRC_URI="https://pub.freerdp.com/releases/${MY_P}.tar.gz" - KEYWORDS="alpha amd64 arm ~ppc ~ppc64 x86" + KEYWORDS="alpha amd64 arm ppc ppc64 x86" else inherit git-r3 SRC_URI="" |