diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-26 17:29:33 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-26 17:29:33 +0000 |
commit | e1a2f5031ffc21f7a20be84bc03b32885b75a86b (patch) | |
tree | adc2a4a2d7ba3c9212bd67031608ae4c20471f1d /app-text | |
parent | sparc stable wrt #290212 (diff) | |
download | gentoo-2-e1a2f5031ffc21f7a20be84bc03b32885b75a86b.tar.gz gentoo-2-e1a2f5031ffc21f7a20be84bc03b32885b75a86b.tar.bz2 gentoo-2-e1a2f5031ffc21f7a20be84bc03b32885b75a86b.zip |
virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/epstool/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.08.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog index e630078ffa23..8af8ac2e7bc4 100644 --- a/app-text/epstool/ChangeLog +++ b/app-text/epstool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/epstool -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.25 2009/02/17 21:23:39 phosphan Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.26 2009/12/26 17:29:33 pva Exp $ + + 26 Dec 2009; Peter Volkov <pva@gentoo.org> epstool-3.08.ebuild: + virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only + implementation left in the tree. 17 Feb 2009; Patrick Kursawe <phosphan@gentoo.org> +files/gcc43.patch, epstool-3.08.ebuild: diff --git a/app-text/epstool/epstool-3.08.ebuild b/app-text/epstool/epstool-3.08.ebuild index 9823295339a0..3a687b7c73ff 100644 --- a/app-text/epstool/epstool-3.08.ebuild +++ b/app-text/epstool/epstool-3.08.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/app-text/epstool/epstool-3.08.ebuild,v 1.11 2009/02/19 18:38:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.08.ebuild,v 1.12 2009/12/26 17:29:33 pva Exp $ inherit eutils @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 hppa ppc x86" IUSE="" -DEPEND="virtual/ghostscript +DEPEND="app-text/ghostscript-gpl !=app-text/gsview-4.6" src_unpack() { |