summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-11-05 19:25:03 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-11-05 19:25:03 +0000
commitc7ffa953b77d37d935ca5fafc1c4cd48acd30e82 (patch)
tree170d0e712bf0af237a981be82d95072c4395ae91 /app-text
parentRemove -Werror to fix bug #97936 (diff)
downloadgentoo-2-c7ffa953b77d37d935ca5fafc1c4cd48acd30e82.tar.gz
gentoo-2-c7ffa953b77d37d935ca5fafc1c4cd48acd30e82.tar.bz2
gentoo-2-c7ffa953b77d37d935ca5fafc1c4cd48acd30e82.zip
Disable rinkj-patch for amd64, as it does not work currently, thanks to markus <markus.gapp@ktv-one.at> in bug 111537
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostscript-afpl/ChangeLog7
-rw-r--r--app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild5
2 files changed, 9 insertions, 3 deletions
diff --git a/app-text/ghostscript-afpl/ChangeLog b/app-text/ghostscript-afpl/ChangeLog
index e7c1c25fdde3..61ab4bcbb633 100644
--- a/app-text/ghostscript-afpl/ChangeLog
+++ b/app-text/ghostscript-afpl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/ghostscript-afpl
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.30 2005/11/02 14:40:25 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.31 2005/11/05 19:25:03 genstef Exp $
+
+ 05 Nov 2005; Stefan Schweizer <genstef@gentoo.org>
+ ghostscript-afpl-8.53.ebuild:
+ Disable rinkj-patch for amd64, as it does not work currently, thanks to
+ markus <markus.gapp@ktv-one.at> in bug 111537
02 Nov 2005; Stefan Schweizer <genstef@gentoo.org>
ghostscript-afpl-8.53.ebuild:
diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild
index f6e5611ff641..d64543b23ba8 100644
--- a/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild
+++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild,v 1.2 2005/11/02 14:40:25 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild,v 1.3 2005/11/05 19:25:03 genstef Exp $
inherit eutils
@@ -58,7 +58,8 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/gs852-lib.patch
- epatch ${FILESDIR}/rinkj.patch
+ # see bug #111537
+ use amd64 || epatch ${FILESDIR}/rinkj.patch
# enable cfax device (bug #56704)
sed -i -e 's:DEVICE_DEVS7=$(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev:DEVICE_DEVS7=$(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev $(DD)cfax.dev:' ${S}/Makefile.in