diff options
author | Mamoru Komachi <usata@gentoo.org> | 2006-11-14 17:34:06 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2006-11-14 17:34:06 +0000 |
commit | 5bf646604d3ebf703887d6d7f1eebd098925c659 (patch) | |
tree | 61f5bee254006652c8ae12acf75ed047ef6622c8 /eclass/tetex.eclass | |
parent | Stable on sparc wrt #147570 (diff) | |
download | gentoo-2-5bf646604d3ebf703887d6d7f1eebd098925c659.tar.gz gentoo-2-5bf646604d3ebf703887d6d7f1eebd098925c659.tar.bz2 gentoo-2-5bf646604d3ebf703887d6d7f1eebd098925c659.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/tetex.eclass')
-rw-r--r-- | eclass/tetex.eclass | 8 |
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 |