diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-02-01 17:21:58 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-02-01 17:21:58 +0000 |
commit | a2472e4dd99f0b6aad423d731ff3e1ba73899c8d (patch) | |
tree | 11f1dc8db13e79198af39592e0df56049459494b /app-editors | |
parent | Stable on sparc (diff) | |
download | gentoo-2-a2472e4dd99f0b6aad423d731ff3e1ba73899c8d.tar.gz gentoo-2-a2472e4dd99f0b6aad423d731ff3e1ba73899c8d.tar.bz2 gentoo-2-a2472e4dd99f0b6aad423d731ff3e1ba73899c8d.zip |
correct usage of USE=gtk flag; reported by Christoph Lange <langec@web.de> in bug 164857
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.0.93-r1.ebuild | 5 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.0.9999-r1.ebuild | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index cc437161a711..d452eb4aa4eb 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.72 2007/02/01 10:51:37 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.73 2007/02/01 17:21:58 opfer Exp $ + + 01 Feb 2007; Christian Faulhammer <opfer@gentoo.org> + emacs-cvs-22.0.93-r1.ebuild, emacs-cvs-22.0.9999-r1.ebuild: + correct usage of USE=gtk flag; reported by Christoph Lange <langec@web.de> + in bug 164857 01 Feb 2007; Christian Faulhammer <opfer@gentoo.org> -emacs-cvs-22.0.92-r1.ebuild, -emacs-cvs-22.0.93.ebuild, diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.93-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.93-r1.ebuild index aa1f47dcea91..d72200fa4a35 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.0.93-r1.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.0.93-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.93-r1.ebuild,v 1.3 2007/02/01 06:56:36 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.93-r1.ebuild,v 1.4 2007/02/01 17:21:58 opfer Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -71,10 +71,9 @@ src_compile() { if use gtk; then einfo "Configuring to build with GTK support" myconf="${myconf} --with-x-toolkit=gtk" - myconf="${myconf} --with-x-toolkit=athena" elif use Xaw3d; then einfo "Configuring to build with Xaw3d(athena) support" - + myconf="${myconf} --with-x-toolkit=athena" myconf="${myconf} --without-gtk" myconf="${myconf} --with-x-toolkit=lucid" elif use motif; then diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r1.ebuild index a6af73e59e57..883079212851 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r1.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r1.ebuild,v 1.5 2007/02/01 06:56:36 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r1.ebuild,v 1.6 2007/02/01 17:21:58 opfer Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -76,10 +76,9 @@ src_compile() { if use gtk; then einfo "Configuring to build with GTK support" myconf="${myconf} --with-x-toolkit=gtk" - myconf="${myconf} --with-x-toolkit=athena" elif use Xaw3d; then einfo "Configuring to build with Xaw3d(athena) support" - + myconf="${myconf} --with-x-toolkit=athena" myconf="${myconf} --without-gtk" myconf="${myconf} --with-x-toolkit=lucid" elif use motif; then |