diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:44:01 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:44:01 +0000 |
commit | 6fd0699154ceb4fb0ecef6738bdc81313fcadc69 (patch) | |
tree | 2de2084b577010675404395d81a09503f10cfb3e /media-sound/quark | |
parent | Fix compability with uClibc wrt #336123 by Erasmo Zubillaga. (diff) | |
download | historical-6fd0699154ceb4fb0ecef6738bdc81313fcadc69.tar.gz historical-6fd0699154ceb4fb0ecef6738bdc81313fcadc69.tar.bz2 historical-6fd0699154ceb4fb0ecef6738bdc81313fcadc69.zip |
Fix gtk+ slot deps
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'media-sound/quark')
-rw-r--r-- | media-sound/quark/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/quark/quark-3.21.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/media-sound/quark/ChangeLog b/media-sound/quark/ChangeLog index 3d10be0d347f..3278045d9e76 100644 --- a/media-sound/quark/ChangeLog +++ b/media-sound/quark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/quark -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.14 2008/08/06 22:50:26 aballier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.15 2011/03/29 12:40:00 angelos Exp $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> quark-3.21.ebuild: + Fix gtk+ slot deps 06 Aug 2008; Alexis Ballier <aballier@gentoo.org> files/quark-3.21-nogtkdisabledeprecated.patch, quark-3.21.ebuild: diff --git a/media-sound/quark/quark-3.21.ebuild b/media-sound/quark/quark-3.21.ebuild index 242c0014b3a5..e9437e18dddd 100644 --- a/media-sound/quark/quark-3.21.ebuild +++ b/media-sound/quark/quark-3.21.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.13 2008/08/07 20:41:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.14 2011/03/29 12:40:00 angelos Exp $ +EAPI=1 inherit gnome2 eutils autotools DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!" @@ -15,9 +16,9 @@ LICENSE="GPL-2" IUSE="" RDEPEND=">=media-libs/xine-lib-1_beta10 - >=x11-libs/gtk+-2.2.1 - >=gnome-base/gconf-2.2.0 - >=gnome-base/gnome-vfs-2.0.4-r2" + >=x11-libs/gtk+-2.2.1:2 + >=gnome-base/gconf-2.2.0:2 + >=gnome-base/gnome-vfs-2.0.4-r2:2" DEPEND="${RDEPEND} dev-util/pkgconfig" |