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

Collapse All | Expand All

(-)a/Makefile (-1 / +3 lines)
Lines 19-24 prereq: Link Here
19
	@type xmllint >/dev/null 2>&1 || \
19
	@type xmllint >/dev/null 2>&1 || \
20
	{ echo "dev-libs/libxml2 is required" >&2;\
20
	{ echo "dev-libs/libxml2 is required" >&2;\
21
	  exit 1; }
21
	  exit 1; }
22
	@fc-list -q "Open Sans" || \
23
	{ echo "media-fonts/open-sans[X] is required" >&2;\
24
	  exit 1; }
22
25
23
# We need to parse all the XMLs every time, not just the ones
26
# We need to parse all the XMLs every time, not just the ones
24
# that are newer than the target. This is because each search
27
# that are newer than the target. This is because each search
25
- 

Return to bug 700904