diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-12-11 10:56:19 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-12-11 10:56:19 +0000 |
commit | d6ac286cc76a4ff004e96c58ea38bd6a6874e1df (patch) | |
tree | 2c746ba15075dbcaa30b917365650ae41aab1c2d /eclass/tetex.eclass | |
parent | arm stable (diff) | |
download | gentoo-2-d6ac286cc76a4ff004e96c58ea38bd6a6874e1df.tar.gz gentoo-2-d6ac286cc76a4ff004e96c58ea38bd6a6874e1df.tar.bz2 gentoo-2-d6ac286cc76a4ff004e96c58ea38bd6a6874e1df.zip |
remove cstetex references, its being removed, part of bug #196673
Diffstat (limited to 'eclass/tetex.eclass')
-rw-r--r-- | eclass/tetex.eclass | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/tetex.eclass b/eclass/tetex.eclass index 4d4ab59d060f..7de74b5cc172 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.53 2007/11/25 17:00:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.54 2007/12/11 10:56:19 aballier Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> @@ -42,13 +42,11 @@ KEYWORDS="~ia64 ~x86 ~ppc ~sparc ~alpha ~amd64" # tetex, ptex, cstetex must not block itself, fix for bug 121727 if [[ "${PN}" = "tetex" ]] ; then # >=app-text/ptex-3.1.9 work with app-text/tetex - DEPEND="!<app-text/ptex-3.1.9 - !app-text/cstetex" + DEPEND="!<app-text/ptex-3.1.9" fi if [[ "${PN}" = "ptex" ]] ; then # >=app-text/ptex-3.1.9 does not co-exist with tetex-2 - DEPEND="!<app-text/tetex-3 - !app-text/cstetex" + DEPEND="!<app-text/tetex-3" fi if [[ "${PN}" = "cstetex" ]] ; then DEPEND="!app-text/ptex |