diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-15 08:44:35 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-15 08:44:35 +0000 |
commit | 228a57c0b6ce85901cdb4acf7f634230caf2e6ad (patch) | |
tree | a68e373dea9aec6b7a23b831e2d86a67e35b1a29 | |
parent | Add a patch to unbreak Alt key handling with gtk+-3.2.2. (diff) | |
download | gentoo-2-228a57c0b6ce85901cdb4acf7f634230caf2e6ad.tar.gz gentoo-2-228a57c0b6ce85901cdb4acf7f634230caf2e6ad.tar.bz2 gentoo-2-228a57c0b6ce85901cdb4acf7f634230caf2e6ad.zip |
Force vte:2.90 users to upgrade to vte-0.30.1-r1 (having a working Alt key in a terminal is vital).
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.2.2.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 1c631686bf25..3ac08bfd8cc8 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtk+ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.548 2011/11/14 08:44:05 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.549 2011/11/15 08:44:35 tetromino Exp $ + + 15 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gtk+-3.2.2.ebuild: + Force vte:2.90 users to upgrade to vte-0.30.1-r1 (having a working Alt key in + a terminal is vital). *gtk+-3.2.2 (14 Nov 2011) diff --git a/x11-libs/gtk+/gtk+-3.2.2.ebuild b/x11-libs/gtk+/gtk+-3.2.2.ebuild index 196c81511c34..0910701e53ff 100644 --- a/x11-libs/gtk+/gtk+-3.2.2.ebuild +++ b/x11-libs/gtk+/gtk+-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.2.ebuild,v 1.1 2011/11/14 08:44:05 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.2.ebuild,v 1.2 2011/11/15 08:44:35 tetromino Exp $ EAPI="4" @@ -67,8 +67,10 @@ DEPEND="${COMMON_DEPEND} test? ( media-fonts/font-misc-misc media-fonts/font-cursor-misc )" +# gtk+-3.2.2 breaks Alt key handling in <=x11-libs/vte-0.30.1:2.90 RDEPEND="${COMMON_DEPEND} !<gnome-base/gail-1000 + !<x11-libs/vte-0.30.1-r1:2.90 packagekit? ( app-admin/packagekit-base )" PDEPEND="vim-syntax? ( app-vim/gtk-syntax )" |