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

(-)/usr/portage/media-libs/fontconfig/fontconfig-2.11.93.ebuild (+1 lines)
Lines 16-35 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hpp Link Here
16
IUSE="doc static-libs"
16
IUSE="doc static-libs"
17
17
18
# Purposefully dropped the xml USE flag and libxml2 support.  Expat is the
18
# Purposefully dropped the xml USE flag and libxml2 support.  Expat is the
19
# default and used by every distro.  See bug #283191.
19
# default and used by every distro.  See bug #283191.
20
RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
20
RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
21
	>=media-libs/freetype-2.5.3-r1[${MULTILIB_USEDEP}]
21
	>=media-libs/freetype-2.5.3-r1[${MULTILIB_USEDEP}]
22
	abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )"
22
	abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )"
23
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
24
	virtual/pkgconfig
24
	virtual/pkgconfig
25
	doc? ( =app-text/docbook-sgml-dtd-3.1*
25
	doc? ( =app-text/docbook-sgml-dtd-3.1*
26
		dev-perl/SGMLSpm-1.03-r7
26
		app-text/docbook-sgml-utils[jadetex] )"
27
		app-text/docbook-sgml-utils[jadetex] )"
27
PDEPEND="!x86-winnt? ( app-eselect/eselect-fontconfig )
28
PDEPEND="!x86-winnt? ( app-eselect/eselect-fontconfig )
28
	virtual/ttf-fonts"
29
	virtual/ttf-fonts"
29
30
30
PATCHES=(
31
PATCHES=(
31
	"${FILESDIR}"/${PN}-2.10.2-docbook.patch # 310157
32
	"${FILESDIR}"/${PN}-2.10.2-docbook.patch # 310157
32
	"${FILESDIR}"/${PN}-2.11.93-latin-update.patch # 130466 + make liberation default
33
	"${FILESDIR}"/${PN}-2.11.93-latin-update.patch # 130466 + make liberation default
33
	"${FILESDIR}"/${PN}-2.11.93-rmdead.patch # these 3 are upstream, in next release
34
	"${FILESDIR}"/${PN}-2.11.93-rmdead.patch # these 3 are upstream, in next release
34
	"${FILESDIR}"/${PN}-2.11.93-addfile.patch
35
	"${FILESDIR}"/${PN}-2.11.93-addfile.patch
35
	"${FILESDIR}"/${PN}-2.11.93-fix-sigfpe.patch
36
	"${FILESDIR}"/${PN}-2.11.93-fix-sigfpe.patch

Return to bug 547562