summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-03-25 09:28:59 +0100
committerUlrich Müller <ulm@gentoo.org>2013-03-25 09:28:59 +0100
commit77bf9c94e9b669576e66b2b41d87240d615affa2 (patch)
treef97220a82d32fef242db1f14a292efdd35f55bc2 /app-editors
parentMerge changes from Portage tree. (diff)
downloademacs-77bf9c94e9b669576e66b2b41d87240d615affa2.tar.gz
emacs-77bf9c94e9b669576e66b2b41d87240d615affa2.tar.bz2
emacs-77bf9c94e9b669576e66b2b41d87240d615affa2.zip
Update einfo message.
Package-Manager: portage-2.1.11.58
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild
index b646f84..c26a5ac 100644
--- a/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild
@@ -193,7 +193,7 @@ src_configure() {
myconf+=" --with-x-toolkit=no"
fi
elif use aqua; then
- einfo "Configuring to build with Cocoa support"
+ einfo "Configuring to build with Nextstep (Cocoa) support"
myconf+=" --with-ns --disable-ns-self-contained"
myconf+=" --without-x"
else