diff options
Diffstat (limited to 'gui-apps/wayvnc/wayvnc-9999.ebuild')
-rw-r--r-- | gui-apps/wayvnc/wayvnc-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui-apps/wayvnc/wayvnc-9999.ebuild b/gui-apps/wayvnc/wayvnc-9999.ebuild index 9aeac3a3cd46..ea2a54a18724 100644 --- a/gui-apps/wayvnc/wayvnc-9999.ebuild +++ b/gui-apps/wayvnc/wayvnc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/any1/wayvnc.git" else SRC_URI="https://github.com/any1/wayvnc/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" fi LICENSE="ISC" @@ -21,9 +21,9 @@ SLOT="0" IUSE="gbm tracing" RDEPEND=" - dev-libs/aml + =dev-libs/aml-0.3* dev-libs/wayland - gui-libs/neatvnc[tracing?] + =gui-libs/neatvnc-0.6*[tracing?] media-libs/mesa:=[egl(+),gles2,gbm(+)?] x11-libs/libxkbcommon x11-libs/pixman |