diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-05-10 15:53:48 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-05-10 15:53:48 +0000 |
commit | 9b3aa4c67900299e362ef45f15cea3bcfc367b7e (patch) | |
tree | 1e9ba4427b00d7ce66e64ada7bbcc7b5a8534241 /app-editors | |
parent | Fix compile with GCC 4.4 wrt #267472, thanks to John Keeping. (diff) | |
download | gentoo-2-9b3aa4c67900299e362ef45f15cea3bcfc367b7e.tar.gz gentoo-2-9b3aa4c67900299e362ef45f15cea3bcfc367b7e.tar.bz2 gentoo-2-9b3aa4c67900299e362ef45f15cea3bcfc367b7e.zip |
Change einfo message about USE=-xft into an ewarn message.
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild | 4 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild index 3b3cc1c19aab..f1d01e25a50a 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild,v 1.1 2009/05/01 19:49:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild,v 1.2 2009/05/10 15:53:48 ulm Exp $ EAPI=2 @@ -151,7 +151,7 @@ src_configure() { myconf="${myconf} $(use_with m17n-lib m17n-flt)" else myconf="${myconf} --without-libotf --without-m17n-flt" - use m17n-lib && einfo \ + use m17n-lib && ewarn \ "USE flag \"m17n-lib\" has no effect because xft is not set." fi diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild index bac86f5012d5..80bd6fb4b084 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild,v 1.9 2009/05/01 19:49:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild,v 1.10 2009/05/10 15:53:48 ulm Exp $ EAPI=2 @@ -149,7 +149,7 @@ src_configure() { myconf="${myconf} $(use_with m17n-lib m17n-flt)" else myconf="${myconf} --without-libotf --without-m17n-flt" - use m17n-lib && einfo \ + use m17n-lib && ewarn \ "USE flag \"m17n-lib\" has no effect because xft is not set." fi |