diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2012-07-08 14:47:56 +0000 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2012-07-08 14:47:56 +0000 |
commit | 2fa755d6b530ee587911599b324382110dd0ae22 (patch) | |
tree | 0ff34692c3df3adbbb07f5d20d077f969c4dfe9b /media-sound/cantata | |
parent | Stable for HPPA (bug #424625). (diff) | |
download | gentoo-2-2fa755d6b530ee587911599b324382110dd0ae22.tar.gz gentoo-2-2fa755d6b530ee587911599b324382110dd0ae22.tar.bz2 gentoo-2-2fa755d6b530ee587911599b324382110dd0ae22.zip |
Make KDE dependencies optional, fixes bug #425150
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/cantata')
-rw-r--r-- | media-sound/cantata/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/cantata/cantata-0.6.1.ebuild | 3 | ||||
-rw-r--r-- | media-sound/cantata/cantata-0.7.1.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/media-sound/cantata/ChangeLog b/media-sound/cantata/ChangeLog index dc384097aacf..de80a5f7416a 100644 --- a/media-sound/cantata/ChangeLog +++ b/media-sound/cantata/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/cantata # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.3 2012/06/08 08:03:57 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.4 2012/07/08 14:47:56 thev00d00 Exp $ + + 08 Jul 2012; Ian Whyman <thev00d00@gentoo.org> cantata-0.6.1.ebuild, + cantata-0.7.1.ebuild: + Make KDE dependencies optional, fixes bug #425150 *cantata-0.7.1 (08 Jun 2012) diff --git a/media-sound/cantata/cantata-0.6.1.ebuild b/media-sound/cantata/cantata-0.6.1.ebuild index d563923e1f1f..d48cfba0451d 100644 --- a/media-sound/cantata/cantata-0.6.1.ebuild +++ b/media-sound/cantata/cantata-0.6.1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.6.1.ebuild,v 1.1 2012/04/15 22:24:53 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.6.1.ebuild,v 1.2 2012/07/08 14:47:56 thev00d00 Exp $ EAPI=4 +KDE_REQUIRED="optional" inherit kde4-base DESCRIPTION="Cantata is a client for the music player daemon (MPD)" diff --git a/media-sound/cantata/cantata-0.7.1.ebuild b/media-sound/cantata/cantata-0.7.1.ebuild index 512bf1814361..37621c001208 100644 --- a/media-sound/cantata/cantata-0.7.1.ebuild +++ b/media-sound/cantata/cantata-0.7.1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.7.1.ebuild,v 1.1 2012/06/08 08:03:57 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.7.1.ebuild,v 1.2 2012/07/08 14:47:56 thev00d00 Exp $ EAPI=4 +KDE_REQUIRED="optional" inherit kde4-base DESCRIPTION="Cantata is a client for the music player daemon (MPD)" |