diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-09-22 17:19:41 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-09-22 17:19:41 +0000 |
commit | f329cad352521ea4ceeab2501652dd92d571cb19 (patch) | |
tree | 509e21d9dc3d0a2f7674e81cdf904936025832fa | |
parent | Version bump. (diff) | |
download | gentoo-2-f329cad352521ea4ceeab2501652dd92d571cb19.tar.gz gentoo-2-f329cad352521ea4ceeab2501652dd92d571cb19.tar.bz2 gentoo-2-f329cad352521ea4ceeab2501652dd92d571cb19.zip |
Didn't want to drop old blockers, but finally committed wrong revision.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
-rw-r--r-- | media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild b/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild index 40aad58a0e57..1e1b93bc4123 100644 --- a/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild +++ b/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild,v 1.1 2011/09/22 17:18:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild,v 1.2 2011/09/22 17:19:41 pacho Exp $ EAPI="4" @@ -37,7 +37,9 @@ DEPEND=">=dev-lang/mono-2.0 dev-dotnet/notify-sharp >=dev-lang/mono-2.4.2 )" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !media-plugins/banshee-lyrics + !media-plugins/banshee-mirage" src_configure() { # Disable ClutterFlow as we don't have clutter-sharp and co in tree |