www-apps/novnc: Stabilize 1.6.0 ALLARCHES, #962409

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-09-06 18:44:55 +02:00
parent 30cd9de05b
commit d17b144f74
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E

View File

@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/novnc/noVNC"
else
SRC_URI="https://github.com/novnc/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/noVNC-${PV}"
fi