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

Collapse All | Expand All

(-)font.eclass (-1 / +8 lines)
Lines 103-108 Link Here
103
	fi
103
	fi
104
}
104
}
105
105
106
font_do_fontpath() {
107
	if use X; then
108
		[[ -d /etc/X11/fontpath.d ]] \
109
			&& dosym "${FONTDIR}" "/etc/X11/fontpath.d/${FONTDIR##*/}"
110
	fi
111
}
112
106
#
113
#
107
# Public inheritable functions
114
# Public inheritable functions
108
#
115
#
Lines 126-131 Link Here
126
	font_xfont_config
133
	font_xfont_config
127
	font_xft_config
134
	font_xft_config
128
	font_fontconfig
135
	font_fontconfig
136
	font_do_fontpath
129
137
130
	cd "${S}"
138
	cd "${S}"
131
	dodoc ${DOCS} 2> /dev/null
139
	dodoc ${DOCS} 2> /dev/null
Lines 195-198 Link Here
195
		fi
203
		fi
196
	fi
204
	fi
197
}
205
}
198

Return to bug 185264