diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 13:02:56 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 13:02:56 +0000 |
commit | b0f0127291a5128b20df54726b9c6d99d4d9b9e4 (patch) | |
tree | 214b97dba725c791a3446bd4410a51407d110e77 /x11-misc | |
parent | Fix gtk+ slot deps (diff) | |
download | gentoo-2-b0f0127291a5128b20df54726b9c6d99d4d9b9e4.tar.gz gentoo-2-b0f0127291a5128b20df54726b9c6d99d4d9b9e4.tar.bz2 gentoo-2-b0f0127291a5128b20df54726b9c6d99d4d9b9e4.zip |
Fix gtk+ slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/keytouch/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/keytouch/keytouch-2.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/keytouch/ChangeLog b/x11-misc/keytouch/ChangeLog index 10dc8bacc1c4..ffc6415775a4 100644 --- a/x11-misc/keytouch/ChangeLog +++ b/x11-misc/keytouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/keytouch -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/ChangeLog,v 1.19 2010/09/03 08:43:30 nyhm Exp $ +# 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 $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> keytouch-2.4.1.ebuild: + Fix gtk+ slot deps 03 Sep 2010; Tristan Heaven <nyhm@gentoo.org> keytouch-2.4.1.ebuild: Respect CFLAGS/LDFLAGS when building plugins, bug #333975 diff --git a/x11-misc/keytouch/keytouch-2.4.1.ebuild b/x11-misc/keytouch/keytouch-2.4.1.ebuild index cb8c933b23f4..19551e0812c6 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-2010 Gentoo Foundation +# 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.4 2010/09/03 08:43:30 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/keytouch-2.4.1.ebuild,v 1.5 2011/03/29 13:02:56 angelos Exp $ EAPI=2 inherit eutils linux-info @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="acpi kde" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 x11-libs/libXtst gnome-base/gnome-menus media-libs/alsa-lib" |