summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-09-13 08:41:29 +0000
committerUlrich Müller <ulm@gentoo.org>2012-09-13 08:41:29 +0000
commitfd51839a7bfdbfea78a70d12d6ce612483b0066a (patch)
tree9af1a01b92051b6db00a680cf76586abc461f337 /app-editors/emacs-vcs/ChangeLog
parentx86 stable wrt bug #339295 (diff)
downloadgentoo-2-fd51839a7bfdbfea78a70d12d6ce612483b0066a.tar.gz
gentoo-2-fd51839a7bfdbfea78a70d12d6ce612483b0066a.tar.bz2
gentoo-2-fd51839a7bfdbfea78a70d12d6ce612483b0066a.zip
Upstream has changed the configure option for toolkit selection,
gtk defaults to GTK+3 now. Enable gtk3 per IUSE default and explicitly pass --with-x-toolkit=gtk2 for USE="gtk -gtk3". (Portage version: 2.1.11.14/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/emacs-vcs/ChangeLog')
-rw-r--r--app-editors/emacs-vcs/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog
index 60bafb92f696..2ac6a47c9874 100644
--- a/app-editors/emacs-vcs/ChangeLog
+++ b/app-editors/emacs-vcs/ChangeLog
@@ -1,6 +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.113 2012/09/09 12:38:35 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.114 2012/09/13 08:41:29 ulm Exp $
+
+ 13 Sep 2012; Ulrich Müller <ulm@gentoo.org> emacs-vcs-24.2.9999.ebuild:
+ Upstream has changed the configure option for toolkit selection, gtk
+ defaults to GTK+3 now. Enable gtk3 per IUSE default and explicitly pass
+ --with-x-toolkit=gtk2 for USE="gtk -gtk3".
09 Sep 2012; Ulrich Müller <ulm@gentoo.org> emacs-vcs-24.2.9999.ebuild:
Remove sed for freebsd crt*.o files. This has been applied upstream.