diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-26 19:26:03 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-26 19:26:03 +0000 |
commit | 1c8566794f0d1611fe60806d13b312319b962b13 (patch) | |
tree | 474686937e96a170a2eae73d6687e2d14471c34a /dev-tex/tth | |
parent | virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only im... (diff) | |
download | historical-1c8566794f0d1611fe60806d13b312319b962b13.tar.gz historical-1c8566794f0d1611fe60806d13b312319b962b13.tar.bz2 historical-1c8566794f0d1611fe60806d13b312319b962b13.zip |
virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
Diffstat (limited to 'dev-tex/tth')
-rw-r--r-- | dev-tex/tth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tex/tth/tth-3.77.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-tex/tth/ChangeLog b/dev-tex/tth/ChangeLog index 5b9a7af777e5..631bc831bd98 100644 --- a/dev-tex/tth/ChangeLog +++ b/dev-tex/tth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/tth # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/tth/ChangeLog,v 1.6 2009/09/23 17:25:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tth/ChangeLog,v 1.7 2009/12/26 19:25:31 pva Exp $ + + 26 Dec 2009; Peter Volkov <pva@gentoo.org> tth-3.77.ebuild: + virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only + implementation left in the tree. 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> tth-3.66.ebuild, tth-3.77.ebuild: diff --git a/dev-tex/tth/tth-3.77.ebuild b/dev-tex/tth/tth-3.77.ebuild index be07a0203431..1a82114d1555 100644 --- a/dev-tex/tth/tth-3.77.ebuild +++ b/dev-tex/tth/tth-3.77.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/tth/tth-3.77.ebuild,v 1.2 2009/09/23 17:25:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tth/tth-3.77.ebuild,v 1.3 2009/12/26 19:25:31 pva Exp $ inherit toolchain-funcs @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" -RDEPEND="virtual/ghostscript +RDEPEND="app-text/ghostscript-gpl media-libs/netpbm" S="${WORKDIR}/tth_C" |