summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-05-13 17:54:09 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-05-13 17:54:09 -0500
commitc70683668263585af576d0e3ff31b3e765553a8f (patch)
treef2a20e11534b1cefb94cfd7af6b3d92ef7fadc8b /www-apps
parent{sys-devel/gcc,dev-lang/gnat-gpl}: add a USE for building GCC with LTO (diff)
downloadgentoo-c70683668263585af576d0e3ff31b3e765553a8f.tar.gz
gentoo-c70683668263585af576d0e3ff31b3e765553a8f.tar.bz2
gentoo-c70683668263585af576d0e3ff31b3e765553a8f.zip
www-apps/novnc: 1.0.0 stable amd64 and x86
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/novnc/novnc-1.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/novnc/novnc-1.0.0.ebuild b/www-apps/novnc/novnc-1.0.0.ebuild
index fd0bebd11d30..1a7845372ce0 100644
--- a/www-apps/novnc/novnc-1.0.0.ebuild
+++ b/www-apps/novnc/novnc-1.0.0.ebuild
@@ -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}"