commit:     4a5a0204ced15cb28c840b57d33fc58a08c9eebf
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 22:17:38 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 22:19:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5a0204

www-apps/nikola: Use newzshcomp

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 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 32ea51e3e1e6..28637f25f1b0 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() {

Reply via email to