www-apps/novnc: 1.0.0 stable amd64 and x86
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 13 May 2019 22:54:09 +0000 (17:54 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 13 May 2019 22:54:09 +0000 (17:54 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
www-apps/novnc/novnc-1.0.0.ebuild

index fd0bebd11d309efe81b9f15919e980e8294d6015..1a7845372ce0d7c9c288ecd638a61f0360725bd5 100644 (file)
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then
        EGIT_REPO_URI="https://github.com/kanaka/noVNC.git"
 else
        SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+       KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 fi
 
 S="${WORKDIR}/noVNC-${PV}"