From 4a5a0204ced15cb28c840b57d33fc58a08c9eebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sun, 13 Apr 2025 00:17:38 +0200 Subject: [PATCH] www-apps/nikola: Use newzshcomp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- www-apps/nikola/nikola-8.3.1-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www-apps/nikola/nikola-8.3.1-r1.ebuild b/www-apps/nikola/nikola-8.3.1-r1.ebuild index 32ea51e3e1e60..28637f25f1b0c 100644 --- a/www-apps/nikola/nikola-8.3.1-r1.ebuild +++ b/www-apps/nikola/nikola-8.3.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools -inherit bash-completion-r1 distutils-r1 optfeature pypi +inherit distutils-r1 optfeature pypi shell-completion DESCRIPTION="A static website and blog generator" HOMEPAGE="https://getnikola.com/" @@ -52,8 +52,7 @@ src_install() { gunzip "${ED}/usr/share/man/man1/${PN}.1.gz" || die newbashcomp ${PN}.bashcomp ${PN} - insinto /usr/share/zsh/site-functions - newins ${PN}.zshcomp _${PN} + newzshcomp ${PN}.zshcomp _${PN} } pkg_postinst() {