diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-06-05 20:05:23 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-06-05 20:05:23 +0000 |
commit | af2d28122a00660b41ba84b04d4e9daea028b71e (patch) | |
tree | 88e91b59e6bd93e5c6a4ca97615e5fa2f8f773e6 /app-text/ghostscript-gnu | |
parent | Fixed another issue where picolcd would not build correctly. (diff) | |
download | gentoo-2-af2d28122a00660b41ba84b04d4e9daea028b71e.tar.gz gentoo-2-af2d28122a00660b41ba84b04d4e9daea028b71e.tar.bz2 gentoo-2-af2d28122a00660b41ba84b04d4e9daea028b71e.zip |
Fix sed call thanks to plasmaroo in bug 180996
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-text/ghostscript-gnu')
-rw-r--r-- | app-text/ghostscript-gnu/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild | 4 |
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() { |