diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-07-19 07:28:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-07-19 07:28:32 +0000 |
commit | 1525d4ddd81d9ce1f926ac8aaf26e8d82e9f372b (patch) | |
tree | a5747317532fde709258840cf77b855ff1260111 /app-editors | |
parent | Version bump. Drop x86 keyword, bug 375153. (diff) | |
download | gentoo-2-1525d4ddd81d9ce1f926ac8aaf26e8d82e9f372b.tar.gz gentoo-2-1525d4ddd81d9ce1f926ac8aaf26e8d82e9f372b.tar.bz2 gentoo-2-1525d4ddd81d9ce1f926ac8aaf26e8d82e9f372b.zip |
Clarify description of wide-int flag. Rename toolkit option to lucid.
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-vcs/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/emacs-vcs/metadata.xml | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog index 9e2957ab0d1a..e505782e1271 100644 --- a/app-editors/emacs-vcs/ChangeLog +++ b/app-editors/emacs-vcs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/emacs-vcs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.56 2011/07/01 18:39:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.57 2011/07/19 07:28:32 ulm Exp $ + + 19 Jul 2011; Ulrich Mueller <ulm@gentoo.org> emacs-vcs-24.0.9999-r1.ebuild, + metadata.xml: + Clarify description of wide-int flag. Rename toolkit option from athena to + lucid, so that the startup warning for daemonised Emacs is less confusing. + This doesn't change behaviour as the two options are synonyms. 01 Jul 2011; Ulrich Mueller <ulm@gentoo.org> emacs-vcs-24.0.9999-r1.ebuild, metadata.xml: diff --git a/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild index 6388351dcd57..6b0f49fdd14f 100644 --- a/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.0.9999-r1.ebuild,v 1.10 2011/07/01 18:39:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild,v 1.11 2011/07/19 07:28:32 ulm Exp $ EAPI=4 @@ -188,7 +188,7 @@ src_configure() { fi elif use Xaw3d; then einfo "Configuring to build with Xaw3d (Athena/Lucid) toolkit" - myconf="${myconf} --with-x-toolkit=athena" + myconf="${myconf} --with-x-toolkit=lucid" elif use motif; then einfo "Configuring to build with Motif toolkit" myconf="${myconf} --with-x-toolkit=motif" diff --git a/app-editors/emacs-vcs/metadata.xml b/app-editors/emacs-vcs/metadata.xml index 060eda86a6e6..171aed40d89b 100644 --- a/app-editors/emacs-vcs/metadata.xml +++ b/app-editors/emacs-vcs/metadata.xml @@ -34,6 +34,8 @@ of the internal Lisp implementations</flag> <flag name='toolkit-scroll-bars'>Use the selected toolkit's scrollbars in preference to Emacs' own scrollbars</flag> - <flag name='wide-int'>Prefer wide Emacs integers (typically 62-bit)</flag> + <flag name='wide-int'>Prefer wide Emacs integers (typically 62-bit). + This option has an effect only on architectures where "long" and + "long long" types have different size.</flag> </use> </pkgmetadata> |