summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac.paragon@gmail.com>2022-02-18 19:34:20 +0200
committerSam James <sam@gentoo.org>2022-03-18 18:51:53 +0000
commit1490b559b0acb670b8a39bbd5af9d721d6d0ba09 (patch)
tree75d087f40de16a0d276c7f8bc6af5a27c90ade8d /net-misc
parentwww-client/microsoft-edge-beta: remove old (diff)
downloadgentoo-1490b559b0acb670b8a39bbd5af9d721d6d0ba09.tar.gz
gentoo-1490b559b0acb670b8a39bbd5af9d721d6d0ba09.tar.bz2
gentoo-1490b559b0acb670b8a39bbd5af9d721d6d0ba09.zip
net-misc/tigervnc: fix dependencies
Some soft blockers have been removed from the tree Also add missing ~riscv to 1.12.0-r1 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/tigervnc/tigervnc-1.11.0-r4.ebuild5
-rw-r--r--net-misc/tigervnc/tigervnc-1.12.0-r1.ebuild7
-rw-r--r--net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild5
-rw-r--r--net-misc/tigervnc/tigervnc-9999.ebuild7
4 files changed, 6 insertions, 18 deletions
diff --git a/net-misc/tigervnc/tigervnc-1.11.0-r4.ebuild b/net-misc/tigervnc/tigervnc-1.11.0-r4.ebuild
index 34e7e078e373..2ca010e7a3c5 100644
--- a/net-misc/tigervnc/tigervnc-1.11.0-r4.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.11.0-r4.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
@@ -47,9 +47,6 @@ CDEPEND="
"
RDEPEND="${CDEPEND}
- !net-misc/tightvnc
- !net-misc/vnc
- !net-misc/xf4vnc
java? ( virtual/jre:1.8 )"
DEPEND="${CDEPEND}
diff --git a/net-misc/tigervnc/tigervnc-1.12.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.12.0-r1.ebuild
index a00c4d13860f..dad2f03e904d 100644
--- a/net-misc/tigervnc/tigervnc-1.12.0-r1.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.12.0-r1.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
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="dri3 +drm gnutls java nls +opengl server xinerama +xorgmodule"
CDEPEND="
@@ -50,9 +50,6 @@ CDEPEND="
"
RDEPEND="${CDEPEND}
- !net-misc/tightvnc
- !net-misc/vnc
- !net-misc/xf4vnc
java? ( virtual/jre:1.8 )"
DEPEND="${CDEPEND}
diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild b/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild
index 2b4a80d051da..8b4f9d535a12 100644
--- a/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.9.0-r2.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
@@ -47,9 +47,6 @@ CDEPEND="
"
RDEPEND="${CDEPEND}
- !net-misc/tightvnc
- !net-misc/vnc
- !net-misc/xf4vnc
java? ( virtual/jre:1.8 )"
DEPEND="${CDEPEND}
diff --git a/net-misc/tigervnc/tigervnc-9999.ebuild b/net-misc/tigervnc/tigervnc-9999.ebuild
index 8b91a1a47c46..53fc1b9c571d 100644
--- a/net-misc/tigervnc/tigervnc-9999.ebuild
+++ b/net-misc/tigervnc/tigervnc-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
@@ -47,10 +47,7 @@ CDEPEND="
xinerama? ( x11-libs/libXinerama )
"
-RDEPEND="${CDEPEND}
- !net-misc/tightvnc
- !net-misc/vnc
- !net-misc/xf4vnc"
+RDEPEND="${CDEPEND}"
DEPEND="${CDEPEND}
nls? ( sys-devel/gettext )