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

(-)a/eclass/font.eclass (-10 / +5 lines)
Lines 46-66 FONTDIR=${FONTDIR:-/usr/share/fonts/${FONT_PN}} Link Here
46
# Array containing fontconfig conf files to install.
46
# Array containing fontconfig conf files to install.
47
FONT_CONF=( "" )
47
FONT_CONF=( "" )
48
48
49
# @ECLASS-VARIABLE: DOCS
50
# @DEFAULT_UNSET
51
# @DESCRIPTION:
52
# Space delimited list of docs to install.
53
# We always install these:
54
# COPYRIGHT README{,.txt} NEWS AUTHORS BUGS ChangeLog FONTLOG.txt
55
DOCS=${DOCS:-}
56
57
if [[ ${CATEGORY}/${PN} != media-fonts/encodings ]]; then
49
if [[ ${CATEGORY}/${PN} != media-fonts/encodings ]]; then
58
	IUSE="X"
50
	IUSE="X"
51
	[[ ${EAPI} == [56] ]] &&
59
	DEPEND="X? (
52
	DEPEND="X? (
60
			>=x11-apps/mkfontscale-1.2.0
53
			>=x11-apps/mkfontscale-1.2.0
61
			media-fonts/encodings
54
			media-fonts/encodings
55
	)" ||
56
	BDEPEND="X? (
57
			>=x11-apps/mkfontscale-1.2.0
58
			media-fonts/encodings
62
	)"
59
	)"
63
	RDEPEND=""
64
fi
60
fi
65
61
66
# @FUNCTION: font_xfont_config
62
# @FUNCTION: font_xfont_config
67
- 

Return to bug 776412