diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-19 12:12:52 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-19 12:12:52 +0000 |
commit | f50b68d13dd33fc9f8c5260dc2e6f467a161936e (patch) | |
tree | c5aeb2620a966b2dd90c0837e1f3705f20a2e1ef /app-text | |
parent | fixed manpatch name (diff) | |
download | gentoo-2-f50b68d13dd33fc9f8c5260dc2e6f467a161936e.tar.gz gentoo-2-f50b68d13dd33fc9f8c5260dc2e6f467a161936e.tar.bz2 gentoo-2-f50b68d13dd33fc9f8c5260dc2e6f467a161936e.zip |
fixed manpatch name
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript/Manifest | 2 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.6-r3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/ghostscript/Manifest b/app-text/ghostscript/Manifest index 6fae209832f4..0b83ec61b14e 100644 --- a/app-text/ghostscript/Manifest +++ b/app-text/ghostscript/Manifest @@ -1,5 +1,5 @@ MD5 98785eda10f9306eca52d80aa6814aa4 ChangeLog 6616 -MD5 ec6b84ef5ed2fb628bb22691946d6a3d ghostscript-7.05.6-r3.ebuild 3031 +MD5 1a768a02825b2d7a902e0d20df04462a ghostscript-7.05.6-r3.ebuild 3031 MD5 5775b11c48d3699b400fe9d518682f0c ghostscript-7.05.6-r2.ebuild 2712 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 c63f6d71a403dbc72265831386b84eb0 files/digest-ghostscript-7.05.6-r2 359 diff --git a/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild b/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild index 5124ac46833d..86c3030d54ab 100644 --- a/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild +++ b/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild,v 1.2 2003/07/16 17:42:54 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild,v 1.3 2003/07/19 12:12:44 lanius Exp $ inherit eutils @@ -48,7 +48,7 @@ src_unpack() { # man page patch from absinthe@pobox.com (Dylan Carlson) bug #14150 # patch -p0 ${S}/man/gs.1 < ${FILESDIR}/${P}.man.patch || die - epatch ${FILESDIR}/ghostscript-7.05.5.man.patch + epatch ${FILESDIR}/${P}.man.patch epatch ${FILESDIR}/ps2epsi-security.patch |