summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/ghostscript-gnu/ChangeLog6
-rw-r--r--app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog
index 19c7a0374239..a74721a13891 100644
--- a/app-text/ghostscript-gnu/ChangeLog
+++ b/app-text/ghostscript-gnu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ghostscript-gnu
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.28 2007/04/07 16:22:09 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.29 2007/06/05 20:05:23 genstef Exp $
+
+ 05 Jun 2007; Stefan Schweizer <genstef@gentoo.org>
+ ghostscript-gnu-8.55.ebuild:
+ Fix sed call thanks to plasmaroo in bug 180996
07 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
ghostscript-gnu-8.55.ebuild:
diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild
index 070513d5b649..78bb0ad8eace 100644
--- a/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild
+++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild,v 1.3 2007/04/07 16:22:09 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild,v 1.4 2007/06/05 20:05:23 genstef Exp $
WANT_AUTOMAKE=1.6
inherit autotools elisp-common eutils versionator flag-o-matic
@@ -87,7 +87,7 @@ src_unpack() {
-e "s:exdir=.*:exdir=/usr/share/doc/${PF}/examples:" \
-e "s:docdir=.*:docdir=/usr/share/doc/${PF}/html:" \
-e "s:GS_DOCDIR=.*:GS_DOCDIR=/usr/share/doc/${PF}/html:" \
- src/Makefile.in src/*.mak || die "sed failed"
+ Makefile.in src/Makefile.in src/*.mak || die "sed failed"
}
src_compile() {