Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 488864 | Differences between
and this patch

Collapse All | Expand All

(-)harfbuzz-0.9.20.ebuild.orig (-9 / +9 lines)
Lines 7-13 Link Here
7
EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
7
EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
8
[[ ${PV} == 9999 ]] && inherit git-2 autotools
8
[[ ${PV} == 9999 ]] && inherit git-2 autotools
9
9
10
inherit eutils libtool autotools
10
inherit eutils libtool autotools multilib-minimal
11
11
12
DESCRIPTION="An OpenType text shaping engine"
12
DESCRIPTION="An OpenType text shaping engine"
13
HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
13
HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
Lines 22-33 Link Here
22
REQUIRED_USE="introspection? ( glib )"
22
REQUIRED_USE="introspection? ( glib )"
23
23
24
RDEPEND="
24
RDEPEND="
25
	cairo? ( x11-libs/cairo:= )
25
	cairo? ( x11-libs/cairo:=[${MULTILIB_USEDEP}] )
26
	glib? ( dev-libs/glib:2 )
26
	glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )
27
	graphite? ( media-gfx/graphite2:= )
27
	graphite? ( media-gfx/graphite2:=[${MULTILIB_USEDEP}] )
28
	icu? ( dev-libs/icu:= )
28
	icu? ( dev-libs/icu:=[${MULTILIB_USEDEP}] )
29
	introspection? ( >=dev-libs/gobject-introspection-1.32 )
29
	introspection? ( >=dev-libs/gobject-introspection-1.32 )
30
	truetype? ( media-libs/freetype:2= )
30
	truetype? ( media-libs/freetype:2=[${MULTILIB_USEDEP}] )
31
"
31
"
32
DEPEND="${RDEPEND}
32
DEPEND="${RDEPEND}
33
	dev-util/gtk-doc-am
33
	dev-util/gtk-doc-am
Lines 61-67 Link Here
61
	elibtoolize # for Solaris
61
	elibtoolize # for Solaris
62
}
62
}
63
63
64
src_configure() {
64
multilib_src_configure() {
65
	ECONF_SOURCE="${S}" \
65
	econf \
66
	econf \
66
		--without-coretext \
67
		--without-coretext \
67
		--without-uniscribe \
68
		--without-uniscribe \
Lines 75-81 Link Here
75
		$(use_with truetype freetype)
76
		$(use_with truetype freetype)
76
}
77
}
77
78
78
src_install() {
79
multilib_src_install_all() {
79
	default
80
	prune_libtool_files --modules
80
	prune_libtool_files --modules
81
}
81
}

Return to bug 488864