diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-06 22:59:17 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-06 22:59:17 +0000 |
commit | 844affb95e45fe35a7aa62075bd9aa456269d55d (patch) | |
tree | ad0913f729c24e7d4c71685fcdb41d58901f846c /app-accessibility/dasher | |
parent | Version bump to 0.9.4. (diff) | |
download | historical-844affb95e45fe35a7aa62075bd9aa456269d55d.tar.gz historical-844affb95e45fe35a7aa62075bd9aa456269d55d.tar.bz2 historical-844affb95e45fe35a7aa62075bd9aa456269d55d.zip |
Fix slot-deps on gtk+ and other libs
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'app-accessibility/dasher')
-rw-r--r-- | app-accessibility/dasher/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/dasher/dasher-4.11.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/app-accessibility/dasher/ChangeLog b/app-accessibility/dasher/ChangeLog index b480da531cba..70dce0bb6da8 100644 --- a/app-accessibility/dasher/ChangeLog +++ b/app-accessibility/dasher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/dasher -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.161 2010/11/24 13:54:37 eva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.162 2011/03/06 22:53:06 nirbheek Exp $ + + 06 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> dasher-4.11.ebuild: + Fix slot-deps on gtk+ and other libs 24 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> -dasher-4.10.1.ebuild: Clean up old revision. diff --git a/app-accessibility/dasher/dasher-4.11.ebuild b/app-accessibility/dasher/dasher-4.11.ebuild index 869a1a7da3ed..ba7733475f1e 100644 --- a/app-accessibility/dasher/dasher-4.11.ebuild +++ b/app-accessibility/dasher/dasher-4.11.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/app-accessibility/dasher/dasher-4.11.ebuild,v 1.10 2010/11/01 14:31:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.11.ebuild,v 1.11 2011/03/06 22:53:06 nirbheek Exp $ EAPI="2" @@ -18,10 +18,10 @@ IUSE="accessibility cairo gnome nls" # The package claims to support 'qte', but it hasn't been tested. # Any patches from someone who can test it are welcome. # <leonardop@gentoo.org> -RDEPEND=">=dev-libs/glib-2.16 +RDEPEND=">=dev-libs/glib-2.16:2 dev-libs/expat - >=x11-libs/gtk+-2.6 - >=gnome-base/gconf-2 + >=x11-libs/gtk+-2.6:2 + >=gnome-base/gconf-2:2 x11-libs/libX11 x11-libs/libXtst accessibility? ( @@ -31,7 +31,7 @@ RDEPEND=">=dev-libs/glib-2.16 >=gnome-base/libgnomeui-2 >=gnome-extra/at-spi-1 dev-libs/atk ) - cairo? ( >=x11-libs/gtk+-2.8 ) + cairo? ( >=x11-libs/gtk+-2.8:2 ) gnome? ( >=gnome-base/libgnome-2 >=gnome-base/libgnomeui-2 )" |