diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-01-06 16:37:05 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-01-06 16:37:05 +0000 |
commit | e4650b5034de3eb4ed9a5fa27d6e04616cc07429 (patch) | |
tree | 49503572e3c33cc4b0c9270dfae13eda375b568b /x11-misc/keytouch | |
parent | Add DEPEND on dev-util/pkgconfig. Fixes bug #204618. (diff) | |
download | gentoo-2-e4650b5034de3eb4ed9a5fa27d6e04616cc07429.tar.gz gentoo-2-e4650b5034de3eb4ed9a5fa27d6e04616cc07429.tar.bz2 gentoo-2-e4650b5034de3eb4ed9a5fa27d6e04616cc07429.zip |
Add missing x11-libs/libXtst dependency, bug #204596
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'x11-misc/keytouch')
-rw-r--r-- | x11-misc/keytouch/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/keytouch/keytouch-2.3.2.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/keytouch/ChangeLog b/x11-misc/keytouch/ChangeLog index edbd9f9b2b5c..76578775a9f5 100644 --- a/x11-misc/keytouch/ChangeLog +++ b/x11-misc/keytouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/keytouch -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/ChangeLog,v 1.11 2007/09/30 16:00:35 maekke Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/ChangeLog,v 1.12 2008/01/06 16:37:05 nyhm Exp $ + + 06 Jan 2008; Tristan Heaven <nyhm@gentoo.org> keytouch-2.3.2.ebuild: + Add missing x11-libs/libXtst dependency, bug #204596 30 Sep 2007; Markus Meier <maekke@gentoo.org> keytouch-2.3.2.ebuild: x86 stable, bug #194001 diff --git a/x11-misc/keytouch/keytouch-2.3.2.ebuild b/x11-misc/keytouch/keytouch-2.3.2.ebuild index daa86151fe50..e61541d53ea8 100644 --- a/x11-misc/keytouch/keytouch-2.3.2.ebuild +++ b/x11-misc/keytouch/keytouch-2.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/keytouch-2.3.2.ebuild,v 1.3 2007/09/30 16:00:35 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/keytouch-2.3.2.ebuild,v 1.4 2008/01/06 16:37:05 nyhm Exp $ inherit eutils versionator linux-info @@ -14,6 +14,7 @@ KEYWORDS="amd64 x86" IUSE="acpi kde" RDEPEND=">=x11-libs/gtk+-2 + x11-libs/libXtst gnome-base/gnome-menus media-libs/alsa-lib" DEPEND="${RDEPEND} |