diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2014-05-06 04:03:26 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2014-05-06 04:03:26 +0000 |
commit | 493695015d4417b719f21713ff69c4d0cd469d63 (patch) | |
tree | 4d9f5fd216ad92643e65aed012acccfb7ce89402 /kde-base/baloo | |
parent | Add missing kde-base/baloo dep. (diff) | |
download | gentoo-2-493695015d4417b719f21713ff69c4d0cd469d63.tar.gz gentoo-2-493695015d4417b719f21713ff69c4d0cd469d63.tar.bz2 gentoo-2-493695015d4417b719f21713ff69c4d0cd469d63.zip |
Make the dep on kde-misc/baloo-kcmadv a PDEPEND to break the circular dep.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BB0E6E98)
Diffstat (limited to 'kde-base/baloo')
-rw-r--r-- | kde-base/baloo/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/baloo/baloo-4.13.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/baloo/ChangeLog b/kde-base/baloo/ChangeLog index 4fee81847495..fe97d68ab83d 100644 --- a/kde-base/baloo/ChangeLog +++ b/kde-base/baloo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/baloo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/baloo/ChangeLog,v 1.6 2014/05/04 01:17:05 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/baloo/ChangeLog,v 1.7 2014/05/06 04:03:26 jmbsvicetto Exp $ + + 06 May 2014; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + baloo-4.13.0.ebuild: + Make the dep on kde-misc/baloo-kcmadv a PDEPEND to break the circular dep. 04 May 2014; Andreas K. Huettel <dilfridge@gentoo.org> baloo-4.13.0.ebuild, +files/baloo-4.13.0-nokcm.patch, metadata.xml: diff --git a/kde-base/baloo/baloo-4.13.0.ebuild b/kde-base/baloo/baloo-4.13.0.ebuild index 8aac2ef41ba7..decb142e1b25 100644 --- a/kde-base/baloo/baloo-4.13.0.ebuild +++ b/kde-base/baloo/baloo-4.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/baloo/baloo-4.13.0.ebuild,v 1.6 2014/05/04 01:17:05 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/baloo/baloo-4.13.0.ebuild,v 1.7 2014/05/06 04:03:26 jmbsvicetto Exp $ EAPI=5 @@ -20,8 +20,8 @@ DEPEND=" " RDEPEND=" ${DEPEND} - alternatekcm? ( kde-misc/baloo-kcmadv ) " +PDEPEND="alternatekcm? ( kde-misc/baloo-kcmadv )" RESTRICT="test" |