summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2006-11-14 17:34:06 +0000
committerMamoru Komachi <usata@gentoo.org>2006-11-14 17:34:06 +0000
commit7d35d468f6b6744023dcaaf43c0a47cc011cc28a (patch)
tree6e4707dcc6acdea684238fb6bdd6252375e294c4 /eclass
parentCell update (diff)
downloadhistorical-7d35d468f6b6744023dcaaf43c0a47cc011cc28a.tar.gz
historical-7d35d468f6b6744023dcaaf43c0a47cc011cc28a.tar.bz2
historical-7d35d468f6b6744023dcaaf43c0a47cc011cc28a.zip
Do not block >=app-text/ptex-3.1.9 and >app-text/tetex-3 with each other.
>=app-text/ptex-3.1.9 now depends on >app-text/tetex-3.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/tetex.eclass8
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/tetex.eclass b/eclass/tetex.eclass
index 693d7868dec2..9ae433fca23a 100644
--- a/eclass/tetex.eclass
+++ b/eclass/tetex.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.47 2006/08/06 10:36:52 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.48 2006/11/14 17:34:06 usata Exp $
#
# Author: Jaromir Malenko <malenko@email.cz>
# Author: Mamoru KOMACHI <usata@gentoo.org>
@@ -41,11 +41,13 @@ KEYWORDS="~ia64 ~x86 ~ppc ~sparc ~alpha ~amd64"
# tetex, ptex, cstetex must not block itself, fix for bug 121727
if [[ "${PN}" = "tetex" ]] ; then
- DEPEND="!app-text/ptex
+ # >=app-text/ptex-3.1.9 work with app-text/tetex
+ DEPEND="!<app-text/ptex-3.1.9
!app-text/cstetex"
fi
if [[ "${PN}" = "ptex" ]] ; then
- DEPEND="!app-text/tetex
+ # >=app-text/ptex-3.1.9 does not co-exist with tetex-2
+ DEPEND="!<app-text/tetex-3
!app-text/cstetex"
fi
if [[ "${PN}" = "cstetex" ]] ; then