diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 13:05:12 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 13:05:12 +0000 |
commit | 303cb3b2ae9ec156b53ea3641249f990864f10e5 (patch) | |
tree | 892bbdfd8232f4918797b943f83737d6fc2cd660 /x11-misc/keytouch-editor | |
parent | Stable for HPPA (bug #358407). (diff) | |
download | historical-303cb3b2ae9ec156b53ea3641249f990864f10e5.tar.gz historical-303cb3b2ae9ec156b53ea3641249f990864f10e5.tar.bz2 historical-303cb3b2ae9ec156b53ea3641249f990864f10e5.zip |
Fix gtk+ slot deps
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/keytouch-editor')
-rw-r--r-- | x11-misc/keytouch-editor/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-misc/keytouch-editor/ChangeLog b/x11-misc/keytouch-editor/ChangeLog index 4e14f8143215..9cb37a9aee35 100644 --- a/x11-misc/keytouch-editor/ChangeLog +++ b/x11-misc/keytouch-editor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/keytouch-editor -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.8 2010/01/10 08:18:01 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.9 2011/03/29 13:03:24 angelos Exp $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> + keytouch-editor-3.1.3.ebuild: + Fix gtk+ slot deps 10 Jan 2010; Robin H. Johnson <robbat2@gentoo.org> keytouch-editor-3.1.3.ebuild: diff --git a/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild b/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild index 5cb19aea7d99..28b39adfd6f8 100644 --- a/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild +++ b/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild @@ -1,7 +1,8 @@ -# 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-editor/keytouch-editor-3.1.3.ebuild,v 1.4 2010/01/10 08:18:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.5 2011/03/29 13:03:24 angelos Exp $ +EAPI=1 inherit eutils linux-info DESCRIPTION="Generates keyboard files for use by keyTouch" @@ -14,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc kde" -RDEPEND=">=x11-libs/gtk+-2" +RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig" RDEPEND="${RDEPEND} |