summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-07-16 17:03:34 +0000
committerUlrich Müller <ulm@gentoo.org>2009-07-16 17:03:34 +0000
commitc4d67a86eedecad84abaf0ed67117f47bd895521 (patch)
treebf26810ec861f302ef8baa33486ca47c3805acea /app-editors/emacs/emacs-21.4-r19.ebuild
parentppc stable #277187 (diff)
downloadhistorical-c4d67a86eedecad84abaf0ed67117f47bd895521.tar.gz
historical-c4d67a86eedecad84abaf0ed67117f47bd895521.tar.bz2
historical-c4d67a86eedecad84abaf0ed67117f47bd895521.zip
Remove non-functional nls USE flag, bug 277194 comment #3.
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'app-editors/emacs/emacs-21.4-r19.ebuild')
-rw-r--r--app-editors/emacs/emacs-21.4-r19.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/emacs/emacs-21.4-r19.ebuild b/app-editors/emacs/emacs-21.4-r19.ebuild
index 30d61f6d96cb..029e3e503262 100644
--- a/app-editors/emacs/emacs-21.4-r19.ebuild
+++ b/app-editors/emacs/emacs-21.4-r19.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/emacs-21.4-r19.ebuild,v 1.6 2009/07/16 16:49:54 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r19.ebuild,v 1.7 2009/07/16 17:03:34 ulm Exp $
EAPI=2
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/emacs/${P}a.tar.gz
LICENSE="GPL-2 FDL-1.1 BSD as-is X11"
SLOT="21"
KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="X Xaw3d leim motif nls sendmail"
+IUSE="X Xaw3d leim motif sendmail"
DEPEND="sys-libs/ncurses
>=app-admin/eselect-emacs-1.2
@@ -73,7 +73,6 @@ src_configure() {
filter-flags "-march=*"
local myconf
- use nls || myconf="${myconf} --disable-nls"
if use X ; then
myconf="${myconf}
--with-x