| 1 | # ChangeLog for app-editors/emacs-vcs |
1 | # ChangeLog for app-editors/emacs-vcs |
| 2 | # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.114 2012/09/13 08:41:29 ulm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.115 2012/09/18 06:48:05 ulm Exp $ |
|
|
4 | |
|
|
5 | 18 Sep 2012; Ulrich Müller <ulm@gentoo.org> emacs-vcs-24.2.9999.ebuild: |
|
|
6 | Bootstrapping in src_compile shouldn't be needed, because we already call |
|
|
7 | eautoreconf in src_prepare. Use lightweight checkout for WORKDIR, bug 434746. |
|
|
8 | Fix LICENSE to GPL-3+ and FDL-1.3+. |
| 4 | |
9 | |
| 5 | 13 Sep 2012; Ulrich Müller <ulm@gentoo.org> emacs-vcs-24.2.9999.ebuild: |
10 | 13 Sep 2012; Ulrich Müller <ulm@gentoo.org> emacs-vcs-24.2.9999.ebuild: |
| 6 | Upstream has changed the configure option for toolkit selection, gtk |
11 | Upstream has changed the configure option for toolkit selection, gtk |
| 7 | defaults to GTK+3 now. Enable gtk3 per IUSE default and explicitly pass |
12 | defaults to GTK+3 now. Enable gtk3 per IUSE default and explicitly pass |
| 8 | --with-x-toolkit=gtk2 for USE="gtk -gtk3". |
13 | --with-x-toolkit=gtk2 for USE="gtk -gtk3". |