diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-19 18:38:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-19 18:38:39 +0000 |
commit | 645ee48782f74f87e8e507d465ebe7bd74417412 (patch) | |
tree | 94c1da635eb005a97d422b2c5c44ef74cd54c784 /app-text/epstool | |
parent | Stable for HPPA (bug #259213). (diff) | |
download | gentoo-2-645ee48782f74f87e8e507d465ebe7bd74417412.tar.gz gentoo-2-645ee48782f74f87e8e507d465ebe7bd74417412.tar.bz2 gentoo-2-645ee48782f74f87e8e507d465ebe7bd74417412.zip |
inherit goes near the top
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'app-text/epstool')
-rw-r--r-- | app-text/epstool/epstool-3.08.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/epstool/epstool-3.08.ebuild b/app-text/epstool/epstool-3.08.ebuild index cd1456f63c61..9823295339a0 100644 --- a/app-text/epstool/epstool-3.08.ebuild +++ b/app-text/epstool/epstool-3.08.ebuild @@ -1,6 +1,8 @@ # 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.10 2009/02/17 21:23:39 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.08.ebuild,v 1.11 2009/02/19 18:38:39 mr_bones_ Exp $ + +inherit eutils 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" @@ -12,8 +14,6 @@ IUSE="" DEPEND="virtual/ghostscript !=app-text/gsview-4.6" -inherit eutils - src_unpack() { unpack ${A} cd "${$}" |