diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-06-04 18:22:12 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-06-04 18:22:12 +0000 |
commit | 3fff4d3130eaf290b0fee417f3c6927912e475ab (patch) | |
tree | 6202bf4484b9cc75d2fdc299c0dec924dd6bc754 /app-text/dvipdfm | |
parent | remove --with-tls, as it causes problems on i586 and i486 (diff) | |
download | gentoo-2-3fff4d3130eaf290b0fee417f3c6927912e475ab.tar.gz gentoo-2-3fff4d3130eaf290b0fee417f3c6927912e475ab.tar.bz2 gentoo-2-3fff4d3130eaf290b0fee417f3c6927912e475ab.zip |
Blocks teTeX-2 based TeX distributions
Diffstat (limited to 'app-text/dvipdfm')
-rw-r--r-- | app-text/dvipdfm/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/dvipdfm/dvipdfm-0.13.2c.ebuild | 9 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-text/dvipdfm/ChangeLog b/app-text/dvipdfm/ChangeLog index 0bc31a61eb35..ae8282e5bf8d 100644 --- a/app-text/dvipdfm/ChangeLog +++ b/app-text/dvipdfm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/dvipdfm -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfm/ChangeLog,v 1.6 2003/10/02 12:41:23 obz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfm/ChangeLog,v 1.7 2004/06/04 18:22:12 usata Exp $ + + 05 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> dvipdfm-0.13.2c.ebuild: + Blocks teTeX-2 based TeX distributions 02 Oct 2003; Mike Gardiner <obz@gentoo.org> dvipdfm-0.13.2c.ebuild, metadata.xml: diff --git a/app-text/dvipdfm/dvipdfm-0.13.2c.ebuild b/app-text/dvipdfm/dvipdfm-0.13.2c.ebuild index f45dbfc642fe..f07f576109cb 100644 --- a/app-text/dvipdfm/dvipdfm-0.13.2c.ebuild +++ b/app-text/dvipdfm/dvipdfm-0.13.2c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfm/dvipdfm-0.13.2c.ebuild,v 1.10 2003/10/02 12:41:23 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfm/dvipdfm-0.13.2c.ebuild,v 1.11 2004/06/04 18:22:12 usata Exp $ DESCRIPTION="DVI to PDF translator" SRC_URI="http://gaspra.kettering.edu/dvipdfm/${P}.tar.gz" @@ -13,7 +13,10 @@ IUSE="" DEPEND="=app-text/tetex-1* >=media-libs/libpng-1.2.1 - >=sys-libs/zlib-1.1.4" + >=sys-libs/zlib-1.1.4 + !>=app-text/tetex-2 + !app-text/ptex + !app-text/cstetex" S=${WORKDIR}/${PN} |