commit:     bff5db1826cf971c78b0418b865538072766b380
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  7 19:14:30 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Dec  7 20:41:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff5db18

sys-apps/openrc: live ebuild: install bash and zsh completions from upstream

Package-Manager: Portage-2.3.13, Repoman-2.3.3
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 sys-apps/openrc/openrc-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-apps/openrc/openrc-9999.ebuild 
b/sys-apps/openrc/openrc-9999.ebuild
index 4e854c49356..52c13e05088 100644
--- a/sys-apps/openrc/openrc-9999.ebuild
+++ b/sys-apps/openrc/openrc-9999.ebuild
@@ -74,11 +74,13 @@ src_compile() {
        MAKE_ARGS="${MAKE_ARGS}
                LIBNAME=$(get_libdir)
                LIBEXECDIR=${EPREFIX}/$(get_libdir)/rc
+               MKBASHCOMP=yes
                MKNET=$(usex newnet)
                MKSELINUX=$(usex selinux)
                MKAUDIT=$(usex audit)
                MKPAM=$(usev pam)
-               MKSTATICLIBS=$(usex static-libs)"
+               MKSTATICLIBS=$(usex static-libs)
+               MKZSHCOMP=yes"
 
        local brand="Unknown"
        if use kernel_linux ; then

Reply via email to