diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-17 21:47:56 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-17 21:47:56 +0000 |
commit | 0f43b64564af4cf7e885c1ca8cad0a4722538769 (patch) | |
tree | 26ddf7d2f4d3ed4d62b9b6f2a2a37f2e8e489596 /media-gfx/imagemagick | |
parent | New upstream version (Manifest recommit) (diff) | |
download | gentoo-2-0f43b64564af4cf7e885c1ca8cad0a4722538769.tar.gz gentoo-2-0f43b64564af4cf7e885c1ca8cad0a4722538769.tar.bz2 gentoo-2-0f43b64564af4cf7e885c1ca8cad0a4722538769.zip |
stable on ppc64, bug #55801
Diffstat (limited to 'media-gfx/imagemagick')
-rw-r--r-- | media-gfx/imagemagick/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-5.5.7.15.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/imagemagick/ChangeLog b/media-gfx/imagemagick/ChangeLog index 74d1415fbaa6..b28c6d3bdb37 100644 --- a/media-gfx/imagemagick/ChangeLog +++ b/media-gfx/imagemagick/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/imagemagick # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.64 2004/06/24 22:42:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.65 2004/07/17 21:47:56 tgall Exp $ + + 17 Jul 2004; Tom Gall <tgall@gentoo.org> imagemagick-5.5.7.15.ebuild: + stable on ppc64, bug #55801 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> imagemagick-5.5.3.2.ebuild, imagemagick-5.5.4.4.ebuild, imagemagick-5.5.6-r1.ebuild, diff --git a/media-gfx/imagemagick/imagemagick-5.5.7.15.ebuild b/media-gfx/imagemagick/imagemagick-5.5.7.15.ebuild index 685ae733ba94..fbf7329fdc0c 100644 --- a/media-gfx/imagemagick/imagemagick-5.5.7.15.ebuild +++ b/media-gfx/imagemagick/imagemagick-5.5.7.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-5.5.7.15.ebuild,v 1.8 2004/06/24 22:42:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-5.5.7.15.ebuild,v 1.9 2004/07/17 21:47:56 tgall Exp $ inherit libtool flag-o-matic eutils @@ -20,7 +20,7 @@ RESTRICT="nomirror" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ~mips" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ~mips ppc64" IUSE="X cups jpeg lcms mpeg png truetype tiff xml2 wmf jbig" DEPEND=">=sys-apps/sed-4 @@ -57,6 +57,7 @@ src_compile() { use truetype || myconf="${myconf} --without-ttf" use wmf || myconf="${myconf} --without-wmf" use jbig || myconf="${myconf} --without-jbig" + use ppc64 && replace-flags "-O[2-9]" "-O1" # Netscape is still used ? More people should have Mozilla sed -i 's:netscape:mozilla:g' configure |