diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-02-06 12:39:27 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-02-06 12:39:27 +0000 |
commit | 2e4842692fa5d028099415bc826007b8bc787606 (patch) | |
tree | 7cf72c41cc0c977509dddf9d6aabf82d512e6a28 /app-editors | |
parent | alpha/ia64/sparc stable wrt #205996 (diff) | |
download | gentoo-2-2e4842692fa5d028099415bc826007b8bc787606.tar.gz gentoo-2-2e4842692fa5d028099415bc826007b8bc787606.tar.bz2 gentoo-2-2e4842692fa5d028099415bc826007b8bc787606.zip |
Remove --with-gtk configure option, upstream dropped support for it.
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index b32a13da82ea..8bde588c602b 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.190 2008/02/02 09:14:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.191 2008/02/06 12:39:27 ulm Exp $ + + 06 Feb 2008; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-23.0.60-r2.ebuild: + Remove --with-gtk configure option, upstream dropped support for it. 02 Feb 2008; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-22.1.90.ebuild, emacs-cvs-22.1.9999.ebuild, emacs-cvs-23.0.50_pre20080201.ebuild, diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild index 7f1a1a2f7bdb..c3bada404ab1 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.5 2008/02/03 10:27:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.6 2008/02/06 12:39:27 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -146,22 +146,17 @@ src_compile() { # possibilities. Emacs upstream thinks this should be standard # policy on all distributions if use gtk; then - echo - einfo "Configuring to build with GTK support, disabling all other toolkits" - echo + einfo "Configuring to build with GTK+ support, disabling all other toolkits" myconf="${myconf} --with-x-toolkit=gtk" elif use Xaw3d; then einfo "Configuring to build with Xaw3d (athena) support" myconf="${myconf} --with-x-toolkit=athena" - myconf="${myconf} --without-gtk" elif use motif; then einfo "Configuring to build with motif toolkit support" myconf="${myconf} --with-x-toolkit=motif" - myconf="${myconf} --without-gtk" else einfo "Configuring to build with no toolkit" myconf="${myconf} --with-x-toolkit=no" - myconf="${myconf} --without-gtk" fi else myconf="${myconf} --without-x" |