summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-09-24 17:04:11 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-09-24 17:04:11 +0000
commita981babec0a56ef1975eb88c9b8dc9050a858530 (patch)
treef823d8dda92343a033480b785c201931331bbff4 /eclass
parentAdded patch to fix compile problems with python-2.5 (see bug #148727). (diff)
downloadgentoo-2-a981babec0a56ef1975eb88c9b8dc9050a858530.tar.gz
gentoo-2-a981babec0a56ef1975eb88c9b8dc9050a858530.tar.bz2
gentoo-2-a981babec0a56ef1975eb88c9b8dc9050a858530.zip
Add correct blockers thanks to jakub in bug 144890
Diffstat (limited to 'eclass')
-rw-r--r--eclass/fox.eclass12
1 files changed, 10 insertions, 2 deletions
diff --git a/eclass/fox.eclass b/eclass/fox.eclass
index 7fc8efcd55b6..c12721d4f6f2 100644
--- a/eclass/fox.eclass
+++ b/eclass/fox.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.4 2005/07/11 15:08:06 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.5 2006/09/24 17:04:11 genstef Exp $
# fox eclass
#
@@ -66,7 +66,15 @@ if [ "${PN}" != reswrap ] ; then
RESWRAP_DEP="dev-util/reswrap"
fi
-DEPEND="${DOXYGEN_DEP}
+# These versions are not compatible with new fox layout
+# and will cause collissions - we need to block them
+INCOMPAT_DEP="!<x11-libs/fox-1.0.53
+ !=x11-libs/fox-1.2.4
+ !~x11-libs/fox-1.2.6
+ !=x11-libs/fox-1.4.11"
+
+DEPEND="${INCOMPAT_DEP}
+ ${DOXYGEN_DEP}
${RESWRAP_DEP}
=sys-devel/automake-1.4*
>=sys-apps/sed-4"