diff options
author | 2006-09-13 02:09:37 +0000 | |
---|---|---|
committer | 2006-09-13 02:09:37 +0000 | |
commit | a094b55350215483751f4ba686fa576223317362 (patch) | |
tree | bec2188708098d8097c658d7a36eb8d426f807df /sys-devel | |
parent | Update to new OSL download links. Remove utf8 USE flag check on mysql. (diff) | |
download | gentoo-2-a094b55350215483751f4ba686fa576223317362.tar.gz gentoo-2-a094b55350215483751f4ba686fa576223317362.tar.bz2 gentoo-2-a094b55350215483751f4ba686fa576223317362.zip |
Use --without-emacs as configure has a proper check now #147258 by Charlie Shepherd.
(Portage version: 2.1.1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index 6eb801455f93..17e35c6feaca 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gettext # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.117 2006/09/04 05:59:29 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.118 2006/09/13 02:09:37 vapier Exp $ + + 13 Sep 2006; Mike Frysinger <vapier@gentoo.org> gettext-0.15.ebuild: + Use --without-emacs as configure has a proper check now #147258 by Charlie + Shepherd. 04 Sep 2006; Joshua Kinard <kumba@gentoo.org> gettext-0.14.5.ebuild: Marked stable on mips. diff --git a/sys-devel/gettext/gettext-0.15.ebuild b/sys-devel/gettext/gettext-0.15.ebuild index 839ed2b2d86f..b465cce3418e 100644 --- a/sys-devel/gettext/gettext-0.15.ebuild +++ b/sys-devel/gettext/gettext-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.15.ebuild,v 1.5 2006/08/02 09:34:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.15.ebuild,v 1.6 2006/09/13 02:09:37 vapier Exp $ inherit flag-o-matic eutils multilib toolchain-funcs mono libtool elisp-common @@ -55,9 +55,9 @@ src_compile() { else myconf="${myconf} --with-included-gettext --enable-nls" fi - use emacs || export EMACS=no #93823 use nocxx && export CXX=$(tc-getCC) econf \ + $(use_with emacs) \ --disable-java \ ${myconf} \ || die |