commit: 014e892e0b8e1fb4f9c263ffc9ceb33ca159cfb7
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 4 21:12:07 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Apr 4 21:15:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014e892e
net-libs/gtk-vnc: EAPI-7 depends fix
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
net-libs/gtk-vnc/gtk-vnc-1.0.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-libs/gtk-vnc/gtk-vnc-1.0.0.ebuild
b/net-libs/gtk-vnc/gtk-vnc-1.0.0.ebuild
index da83431610b..a27ecb0eef6 100644
--- a/net-libs/gtk-vnc/gtk-vnc-1.0.0.ebuild
+++ b/net-libs/gtk-vnc/gtk-vnc-1.0.0.ebuild
@@ -31,7 +31,8 @@ RDEPEND="
"
# Keymap databases code is generated with python3; configure picks up $PYTHON
exported from python-any-r1_pkg_setup
# perl for pod2man
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
${PYTHON_DEPS}
>=dev-lang/perl-5
dev-util/glib-utils