diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-01-25 17:43:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-01-25 17:43:40 +0000 |
commit | e94c29172af7ccf5c84abf826caa7dddbfae7ace (patch) | |
tree | 15214479f5b97c85ce2126c9d64ccf041a8a4b3f /app-editors | |
parent | actually add the patch (diff) | |
download | gentoo-2-e94c29172af7ccf5c84abf826caa7dddbfae7ace.tar.gz gentoo-2-e94c29172af7ccf5c84abf826caa7dddbfae7ace.tar.bz2 gentoo-2-e94c29172af7ccf5c84abf826caa7dddbfae7ace.zip |
Clarify einfo message.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-21.4-r17.ebuild | 6 | ||||
-rw-r--r-- | app-editors/emacs/emacs-22.3-r1.ebuild | 6 | ||||
-rw-r--r-- | app-editors/emacs/emacs-22.3.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/app-editors/emacs/emacs-21.4-r17.ebuild b/app-editors/emacs/emacs-21.4-r17.ebuild index 4fae0c968620..240f1b139b66 100644 --- a/app-editors/emacs/emacs-21.4-r17.ebuild +++ b/app-editors/emacs/emacs-21.4-r17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r17.ebuild,v 1.15 2008/12/24 10:45:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r17.ebuild,v 1.16 2009/01/25 17:43:40 ulm Exp $ WANT_AUTOCONF="2.1" @@ -86,7 +86,7 @@ src_compile() { --with-png" if use Xaw3d ; then - einfo "Configuring to build with Xaw3d (Athena) toolkit" + einfo "Configuring to build with Xaw3d (Athena/Lucid) toolkit" myconf="${myconf} --with-x-toolkit=athena" use motif \ && ewarn "USE flag \"motif\" ignored (superseded by \"Xaw3d\")" diff --git a/app-editors/emacs/emacs-22.3-r1.ebuild b/app-editors/emacs/emacs-22.3-r1.ebuild index c9b9aedea3cc..bd313bb7d0b6 100644 --- a/app-editors/emacs/emacs-22.3-r1.ebuild +++ b/app-editors/emacs/emacs-22.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r1.ebuild,v 1.1 2008/11/29 20:38:52 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r1.ebuild,v 1.2 2009/01/25 17:43:40 ulm Exp $ inherit autotools elisp-common eutils flag-o-matic @@ -119,7 +119,7 @@ src_compile() { einfo "Configuring to build with GIMP Toolkit (GTK+)" myconf="${myconf} --with-x-toolkit=gtk" elif use Xaw3d; then - einfo "Configuring to build with Xaw3d (Athena) toolkit" + einfo "Configuring to build with Xaw3d (Athena/Lucid) toolkit" myconf="${myconf} --with-x-toolkit=athena" myconf="${myconf} --without-gtk" elif use motif; then diff --git a/app-editors/emacs/emacs-22.3.ebuild b/app-editors/emacs/emacs-22.3.ebuild index c5048b82d6e9..991ce3c6c62d 100644 --- a/app-editors/emacs/emacs-22.3.ebuild +++ b/app-editors/emacs/emacs-22.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3.ebuild,v 1.14 2008/12/24 10:45:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3.ebuild,v 1.15 2009/01/25 17:43:40 ulm Exp $ inherit autotools elisp-common eutils flag-o-matic @@ -118,7 +118,7 @@ src_compile() { einfo "Configuring to build with GIMP Toolkit (GTK+)" myconf="${myconf} --with-x-toolkit=gtk" elif use Xaw3d; then - einfo "Configuring to build with Xaw3d (Athena) toolkit" + einfo "Configuring to build with Xaw3d (Athena/Lucid) toolkit" myconf="${myconf} --with-x-toolkit=athena" myconf="${myconf} --without-gtk" elif use motif; then |