Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 55801
Collapse All | Expand All

(-)imagemagick-5.5.7.15.ebuild.old (-1 / +2 lines)
Lines 20-26 Link Here
20
20
21
LICENSE="as-is"
21
LICENSE="as-is"
22
SLOT="0"
22
SLOT="0"
23
KEYWORDS="x86 ppc sparc alpha hppa amd64 ~mips"
23
KEYWORDS="x86 ppc sparc alpha hppa amd64 ~mips ppc64"
24
IUSE="X cups jpeg lcms mpeg png truetype tiff xml2 wmf jbig"
24
IUSE="X cups jpeg lcms mpeg png truetype tiff xml2 wmf jbig"
25
25
26
DEPEND=">=sys-apps/sed-4
26
DEPEND=">=sys-apps/sed-4
Lines 57-62 Link Here
57
	use truetype || myconf="${myconf} --without-ttf"
57
	use truetype || myconf="${myconf} --without-ttf"
58
	use wmf || myconf="${myconf} --without-wmf"
58
	use wmf || myconf="${myconf} --without-wmf"
59
	use jbig || myconf="${myconf} --without-jbig"
59
	use jbig || myconf="${myconf} --without-jbig"
60
	use ppc64 && replace-flags "-O[2-9]" "-O1"
60
61
61
	# Netscape is still used ?  More people should have Mozilla
62
	# Netscape is still used ?  More people should have Mozilla
62
	sed -i 's:netscape:mozilla:g' configure
63
	sed -i 's:netscape:mozilla:g' configure

Return to bug 55801