diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-11-21 09:58:51 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-11-21 09:58:51 +0000 |
commit | c1df750e72dfddf16d7c5156e74cffe673818904 (patch) | |
tree | 7bb703ba36ea7357019e3cef8d11487a31b4c2bd /app-shells/zsh/zsh-9999.ebuild | |
parent | Use makeopts_jobs instead of parsing MAKEOPTS by hand. (diff) | |
download | gentoo-2-c1df750e72dfddf16d7c5156e74cffe673818904.tar.gz gentoo-2-c1df750e72dfddf16d7c5156e74cffe673818904.tar.bz2 gentoo-2-c1df750e72dfddf16d7c5156e74cffe673818904.zip |
Rename zsh-completion to gentoo-zsh-completions.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-shells/zsh/zsh-9999.ebuild')
-rw-r--r-- | app-shells/zsh/zsh-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild index 40076b42cc30..7707b6ea3343 100644 --- a/app-shells/zsh/zsh-9999.ebuild +++ b/app-shells/zsh/zsh-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-9999.ebuild,v 1.2 2014/11/03 00:57:46 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-9999.ebuild,v 1.3 2014/11/21 09:58:51 radhermit Exp $ EAPI=5 @@ -173,7 +173,7 @@ pkg_postinst() { # should link to http://www.gentoo.org/doc/en/zsh.xml echo elog "If you want to enable Portage completions and Gentoo prompt," - elog "emerge app-shells/zsh-completion and add" + elog "emerge app-shells/gentoo-zsh-completions and add" elog " autoload -U compinit promptinit" elog " compinit" elog " promptinit; prompt gentoo" |