summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-04-16 17:14:53 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-04-16 17:14:53 +0000
commit7cf139116920df3ed2a22ad95c907e4d23b69a21 (patch)
treeab34d4f94e96d3f0592b65212931fbfaa5d22ac3 /app-editors
parentnew version (diff)
downloadhistorical-7cf139116920df3ed2a22ad95c907e4d23b69a21.tar.gz
historical-7cf139116920df3ed2a22ad95c907e4d23b69a21.tar.bz2
historical-7cf139116920df3ed2a22ad95c907e4d23b69a21.zip
bug 18828
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-cvs/ChangeLog5
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index c10cd8eccf5d..909d15d3c80e 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-editors/emacs-cvs
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.9 2003/04/01 08:41:16 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.10 2003/04/16 17:14:53 mkennedy Exp $
*emacs-cvs-21.3.50 (22 Nov 2002)
+ 16 Apr 2003; Matthew Kennedy <mkennedy@gentoo.org> emacs-cvs-21.3.50.ebuild:
+ if gtk || gt2, then configure with gtk2 support (bug #18828)
+
01 Apr 2003; Matthew Kennedy <mkennedy@gentoo.org> emacs-cvs-21.3.50.ebuild:
revised libungif dep
diff --git a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild
index d30476ed2a37..9ec022fb4b24 100644
--- a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.8 2003/04/01 08:41:16 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.9 2003/04/16 17:14:53 mkennedy Exp $
ECVS_SERVER="subversions.gnu.org:/cvsroot/emacs"
ECVS_MODULE="emacs"
@@ -9,7 +9,7 @@ ECVS_CVS_OPTIONS="-dP"
inherit cvs
-IUSE="X nls gtk Xaw3d gnome"
+IUSE="X nls gtk gtk2 Xaw3d gnome"
S=${WORKDIR}/${ECVS_MODULE}
DESCRIPTION="Emacs is the extensible, customizable, self-documenting real-time display editor."
@@ -30,6 +30,7 @@ DEPEND=">=sys-libs/ncurses-5.3
>=media-libs/tiff-3.5.7
>=media-libs/libpng-1.2.5 )
gtk? ( =x11-libs/gtk+-2* )
+ gtk2? ( =x11-libs/gtk+-2* )
Xaw3d? ( x11-libs/Xaw3d )
gnome? ( gnome-base/gnome-desktop )
nls? ( >=sys-devel/gettext-0.11.5 )"
@@ -56,7 +57,7 @@ src_compile() {
--with-tiff
--with-gif
--with-png"
- if use gtk
+ if use gtk || use gtk2
then
myconf="${myconf} --with-x-toolkit=gtk
--with-gtk