summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-06-10 18:12:08 +0000
committerUlrich Müller <ulm@gentoo.org>2012-06-10 18:12:08 +0000
commitdb1a531c9c1a518292576ec1266155cd963de318 (patch)
tree6947557cb297c3563fac072c9ddc2009b5acba78 /app-editors/emacs
parentRemove old. (diff)
downloadgentoo-2-db1a531c9c1a518292576ec1266155cd963de318.tar.gz
gentoo-2-db1a531c9c1a518292576ec1266155cd963de318.tar.bz2
gentoo-2-db1a531c9c1a518292576ec1266155cd963de318.zip
USE=wide-int is independent of X, move option to correct place.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/emacs')
-rw-r--r--app-editors/emacs/ChangeLog3
-rw-r--r--app-editors/emacs/emacs-24.1.ebuild4
2 files changed, 4 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog
index ae55c7676ec1..a6d6455a0821 100644
--- a/app-editors/emacs/ChangeLog
+++ b/app-editors/emacs/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.492 2012/06/10 15:13:09 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.493 2012/06/10 18:12:08 ulm Exp $
*emacs-24.1 (10 Jun 2012)
*emacs-23.4-r3 (10 Jun 2012)
@@ -10,6 +10,7 @@
+emacs-23.4-r3.ebuild, +emacs-24.1.ebuild:
Emacs 24.1 released, ebuild and patchset based on emacs-24.1_rc.
Game score files moved to app-emacs/emacs-common-gentoo.
+ USE=wide-int is independent of X, move option to correct place.
*emacs-24.1_rc (01 Jun 2012)
diff --git a/app-editors/emacs/emacs-24.1.ebuild b/app-editors/emacs/emacs-24.1.ebuild
index c9eb3baccc9c..8ebe0b7bb805 100644
--- a/app-editors/emacs/emacs-24.1.ebuild
+++ b/app-editors/emacs/emacs-24.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.1.ebuild,v 1.1 2012/06/10 15:13:09 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.1.ebuild,v 1.2 2012/06/10 18:12:08 ulm Exp $
EAPI=4
@@ -131,7 +131,6 @@ src_configure() {
myconf="${myconf} $(use_with gconf)"
myconf="${myconf} $(use_with gsettings)"
myconf="${myconf} $(use_with toolkit-scroll-bars)"
- myconf="${myconf} $(use_with wide-int)"
myconf="${myconf} $(use_with gif) $(use_with jpeg)"
myconf="${myconf} $(use_with png) $(use_with svg rsvg)"
myconf="${myconf} $(use_with tiff) $(use_with xpm)"
@@ -201,6 +200,7 @@ src_configure() {
$(use_with gnutls) \
$(use_with libxml2 xml2) \
$(use_with selinux) \
+ $(use_with wide-int) \
${myconf}
}