diff options
author | 2005-09-18 14:28:32 +0000 | |
---|---|---|
committer | 2005-09-18 14:28:32 +0000 | |
commit | 237b7361f7856ae3cb694ec12ac8eabad2ad4c54 (patch) | |
tree | d49f75d3f597cb1b26cb60b51598c759f2ab1f1f /app-text/epstool/epstool-3.08.ebuild | |
parent | php update (diff) | |
download | gentoo-2-237b7361f7856ae3cb694ec12ac8eabad2ad4c54.tar.gz gentoo-2-237b7361f7856ae3cb694ec12ac8eabad2ad4c54.tar.bz2 gentoo-2-237b7361f7856ae3cb694ec12ac8eabad2ad4c54.zip |
Marking ~ppc-macos (bug #105884)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-text/epstool/epstool-3.08.ebuild')
-rw-r--r-- | app-text/epstool/epstool-3.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/epstool/epstool-3.08.ebuild b/app-text/epstool/epstool-3.08.ebuild index e8820370dd68..117c513a890e 100644 --- a/app-text/epstool/epstool-3.08.ebuild +++ b/app-text/epstool/epstool-3.08.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 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.4 2005/09/05 14:53:17 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.08.ebuild,v 1.5 2005/09/18 14:28:32 grobian Exp $ DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding boxes,converts to bitmaps." HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/epstool.htm" SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc ~ppc-macos x86" IUSE="" DEPEND="virtual/ghostscript" |