diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-01-15 16:06:10 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-01-15 16:06:10 +0000 |
commit | fe1239b75bb5425d2cefc88c8d494c3017000ec4 (patch) | |
tree | 174fc1401b6cfcfd3be6c101005a84c15fbbfe9d /eclass/kde-dist.eclass | |
parent | removed packed jar issue of xerces-2.3.0. fixes bug #63287. (Manifest recommit) (diff) | |
download | gentoo-2-fe1239b75bb5425d2cefc88c8d494c3017000ec4.tar.gz gentoo-2-fe1239b75bb5425d2cefc88c8d494c3017000ec4.tar.bz2 gentoo-2-fe1239b75bb5425d2cefc88c8d494c3017000ec4.zip |
add blocking deps for monolithic ebuilds -> derived split ebuilds
Diffstat (limited to 'eclass/kde-dist.eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index 34e029ff0bc5..25a67f877398 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.59 2005/01/13 16:56:11 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.60 2005/01/15 16:06:10 danarmak Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -38,3 +38,8 @@ HOMEPAGE="http://www.kde.org/" LICENSE="GPL-2" SLOT="$KDEMAJORVER.$KDEMINORVER" +# add blockers on split packages derived from this one +for x in $(get-child-packages ${CATEGORY}/${PN}); do + DEPEND="${DEPEND} !=${x}-${SLOT}*" + RDEPEND="${RDEPEND} !=${x}-${SLOT}*" +done |