commit: 1490b559b0acb670b8a39bbd5af9d721d6d0ba09
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Fri Feb 18 17:34:20 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 18:51:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1490b559
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 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/tigervnc/tigervnc-1.11.0-r4.ebuild | 5 +----
net-misc/tigervnc/tigervnc-1.12.0-r1.ebuild | 7 ++-----
net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild | 5 +----
net-misc/tigervnc/tigervnc-9999.ebuild | 7 ++-----
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 )