diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-08-22 23:03:02 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-03 00:56:06 +1000 |
commit | 97fb5da567e2704a165bb6c952458f3f5b4cf935 (patch) | |
tree | 50b74129c8dfc8b696057ee19205659452cf4315 /app-vim/cream/cream-0.43.ebuild | |
parent | media-libs/oyranos: remove unused patch (diff) | |
download | gentoo-97fb5da567e2704a165bb6c952458f3f5b4cf935.tar.gz gentoo-97fb5da567e2704a165bb6c952458f3f5b4cf935.tar.bz2 gentoo-97fb5da567e2704a165bb6c952458f3f5b4cf935.zip |
app-vim/cream: update make.conf path
Diffstat (limited to 'app-vim/cream/cream-0.43.ebuild')
-rw-r--r-- | app-vim/cream/cream-0.43.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/cream/cream-0.43.ebuild b/app-vim/cream/cream-0.43.ebuild index 501ad8633eb6..2d8b551361c0 100644 --- a/app-vim/cream/cream-0.43.ebuild +++ b/app-vim/cream/cream-0.43.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -67,7 +67,7 @@ pkg_setup() { elog "all cases, at least a small English dictionary will be installed." elog elog "To specify which optional dictionaries are installed, set the" - elog "L10N variable in /etc/make.conf. For example, to install full" + elog "L10N variable in /etc/portage/make.conf. For example, to install full" elog "English and French dictionaries, use:" elog " L10N=\"en fr\"" elog |