commit: a9810a05d406f7ca728917f98707c09a60b66dfe Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Sat Dec 30 22:43:33 2023 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Sat Dec 30 22:50:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9810a05
www-apps/novnc: PEP517 build Fix symlink for newer version Closes: https://bugs.gentoo.org/910042 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> www-apps/novnc/novnc-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild index a9673ca0e859..ff11d98a0fd9 100644 --- a/www-apps/novnc/novnc-9999.ebuild +++ b/www-apps/novnc/novnc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DISTUTILS_USE_SETUPTOOLS=no +DISTUTILS_USE_PEP517=no PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 @@ -41,5 +41,5 @@ src_install() { insinto /usr/share/novnc doins -r vnc.html vnc_lite.html app/ core/ vendor/ dosym vnc_lite.html /usr/share/novnc/vnc_auto.html # for compat - dosym ../share/novnc/utils/launch.sh /usr/bin/novnc + dosym ../share/novnc/utils/novnc_proxy /usr/bin/novnc }
