diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-04-16 19:09:05 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-04-16 19:10:25 +0800 |
commit | ef5c5a11b634c9f2c738c85e924f9624580e1c83 (patch) | |
tree | a04ff9c5a641e48c6d0d440bea3c55b1958be0ce /www-apps | |
parent | dev-python/websockify: keyword 0.10.0 for ~riscv (diff) | |
download | gentoo-ef5c5a11b634c9f2c738c85e924f9624580e1c83.tar.gz gentoo-ef5c5a11b634c9f2c738c85e924f9624580e1c83.tar.bz2 gentoo-ef5c5a11b634c9f2c738c85e924f9624580e1c83.zip |
www-apps/novnc: keyword 1.2.0 for ~riscv
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/novnc/novnc-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | www-apps/novnc/novnc-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www-apps/novnc/novnc-1.2.0.ebuild b/www-apps/novnc/novnc-1.2.0.ebuild index 513e5c12f59d..287051b334b2 100644 --- a/www-apps/novnc/novnc-1.2.0.ebuild +++ b/www-apps/novnc/novnc-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~riscv x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/noVNC-${PV}" fi diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild index 782515ec8cae..a061cad3709f 100644 --- a/www-apps/novnc/novnc-9999.ebuild +++ b/www-apps/novnc/novnc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/novnc/noVNC" 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 ~riscv ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/noVNC-${PV}" fi |