diff options
author | 2012-06-10 18:34:48 +0000 | |
---|---|---|
committer | 2012-06-10 18:34:48 +0000 | |
commit | f42f8fc641957f7f0bd6e7b7be78374c2baead6a (patch) | |
tree | ba795f909ddf2dca201f8feefa460982ff095759 /app-editors/emacs-vcs | |
parent | Fix command-args option, bug 397603. (diff) | |
download | gentoo-2-f42f8fc641957f7f0bd6e7b7be78374c2baead6a.tar.gz gentoo-2-f42f8fc641957f7f0bd6e7b7be78374c2baead6a.tar.bz2 gentoo-2-f42f8fc641957f7f0bd6e7b7be78374c2baead6a.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-vcs')
-rw-r--r-- | app-editors/emacs-vcs/ChangeLog | 3 | ||||
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-24.1.9999-r1.ebuild | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog index 0ee90e2f8746..ee12ec7acdcd 100644 --- a/app-editors/emacs-vcs/ChangeLog +++ b/app-editors/emacs-vcs/ChangeLog @@ -1,10 +1,11 @@ # ChangeLog for app-editors/emacs-vcs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.101 2012/06/10 16:54:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.102 2012/06/10 18:34:48 ulm Exp $ 10 Jun 2012; Ulrich Müller <ulm@gentoo.org> emacs-vcs-24.1.9999-r1.ebuild: Game score files moved to app-emacs/emacs-common-gentoo. Configure doesn't support the --disable-maintainer-mode option any more, so remove it. + USE=wide-int is independent of X, move option to correct place. 07 Jun 2012; Ulrich Müller <ulm@gentoo.org> -emacs-vcs-24.0.96.ebuild, -emacs-vcs-24.0.97.ebuild, -emacs-vcs-24.0.9999-r4.ebuild: diff --git a/app-editors/emacs-vcs/emacs-vcs-24.1.9999-r1.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.1.9999-r1.ebuild index d79268879abf..6b2a602813c8 100644 --- a/app-editors/emacs-vcs/emacs-vcs-24.1.9999-r1.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-24.1.9999-r1.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-vcs/emacs-vcs-24.1.9999-r1.ebuild,v 1.4 2012/06/10 16:54:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.1.9999-r1.ebuild,v 1.5 2012/06/10 18:34:48 ulm Exp $ EAPI=4 @@ -148,7 +148,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)" @@ -220,6 +219,7 @@ src_configure() { $(use_with gnutls) \ $(use_with libxml2 xml2) \ $(use_with selinux) \ + $(use_with wide-int) \ ${myconf} } |