diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/keytouch/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/keytouch/keytouch-2.4.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/keytouch/ChangeLog b/x11-misc/keytouch/ChangeLog index ffc6415775a4..9481b769efe7 100644 --- a/x11-misc/keytouch/ChangeLog +++ b/x11-misc/keytouch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/keytouch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/ChangeLog,v 1.20 2011/03/29 13:02:56 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/ChangeLog,v 1.21 2011/10/28 01:05:09 tetromino Exp $ + + 28 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + keytouch-2.4.1.ebuild: + Slot gnome-menus dependency to 0 in preparation for gnome-menus-3.2. 29 Mar 2011; Christoph Mende <angelos@gentoo.org> keytouch-2.4.1.ebuild: Fix gtk+ slot deps diff --git a/x11-misc/keytouch/keytouch-2.4.1.ebuild b/x11-misc/keytouch/keytouch-2.4.1.ebuild index 19551e0812c6..f98b9883ba79 100644 --- a/x11-misc/keytouch/keytouch-2.4.1.ebuild +++ b/x11-misc/keytouch/keytouch-2.4.1.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-misc/keytouch/keytouch-2.4.1.ebuild,v 1.5 2011/03/29 13:02:56 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/keytouch-2.4.1.ebuild,v 1.6 2011/10/28 01:05:09 tetromino Exp $ EAPI=2 inherit eutils linux-info @@ -16,7 +16,7 @@ IUSE="acpi kde" RDEPEND="x11-libs/gtk+:2 x11-libs/libXtst - gnome-base/gnome-menus + gnome-base/gnome-menus:0 media-libs/alsa-lib" DEPEND="${RDEPEND} dev-util/pkgconfig |