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

Collapse All | Expand All

(-)/usr/portage/media-libs/freetype/freetype-2.1.5.ebuild (-1 / +12 lines)
Lines 13-23 Link Here
13
SLOT="2"
13
SLOT="2"
14
LICENSE="FTL | GPL-2"
14
LICENSE="FTL | GPL-2"
15
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~arm ~ia64 ~amd64 ppc64"
15
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~arm ~ia64 ~amd64 ppc64"
16
IUSE="zlib bindist"
16
IUSE="zlib bindist cjk"
17
17
18
DEPEND="virtual/glibc
18
DEPEND="virtual/glibc
19
	zlib? ( sys-libs/zlib )"
19
	zlib? ( sys-libs/zlib )"
20
20
21
src_unpack() {
22
23
	unpack ${A}
24
25
	if use cjk
26
	then
27
		epatch ${FILESDIR}/${P}-autohint-cjkfonts-20031105.patch
28
	fi
29
30
}
31
21
src_compile() {
32
src_compile() {
22
33
23
	local myconf
34
	local myconf

Return to bug 36068