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
commitde3484c1393fafafdfe58588a85c0ef1502d5e41 (patch)
treef80ae5c6fb904754843e9d8d8ee729758b1eb685 /app-editors/emacs
parentppc stable #277187 (diff)
downloadgentoo-2-de3484c1393fafafdfe58588a85c0ef1502d5e41.tar.gz
gentoo-2-de3484c1393fafafdfe58588a85c0ef1502d5e41.tar.bz2
gentoo-2-de3484c1393fafafdfe58588a85c0ef1502d5e41.zip
Remove non-functional nls USE flag, bug 277194 comment #3.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-editors/emacs')
-rw-r--r--app-editors/emacs/ChangeLog5
-rw-r--r--app-editors/emacs/emacs-21.4-r19.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog
index c4d76b6c702f..38dbc76c7bc0 100644
--- a/app-editors/emacs/ChangeLog
+++ b/app-editors/emacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.323 2009/07/16 16:49:54 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.324 2009/07/16 17:03:34 ulm Exp $
+
+ 16 Jul 2009; Ulrich Mueller <ulm@gentoo.org> emacs-21.4-r19.ebuild:
+ Remove non-functional nls USE flag, bug 277194 comment #3.
16 Jul 2009; nixnut <nixnut@gentoo.org> emacs-21.4-r19.ebuild:
ppc stable #277194
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