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

(-)/usr/portage/gnome-base/librsvg/librsvg-2.14.4.ebuild (-1 / +1 lines)
Lines 42-48 Link Here
42
42
43
pkg_setup() {
43
pkg_setup() {
44
44
45
	if ! built_with_use x11-libs/cairo png; then
45
	if has_version x11-libs/cairo && ! built_with_use x11-libs/cairo png; then
46
		einfo "Please re-emerge x11-libs/cairo with the png USE flag set"
46
		einfo "Please re-emerge x11-libs/cairo with the png USE flag set"
47
		die "cairo needs the png flag set"
47
		die "cairo needs the png flag set"
48
	fi
48
	fi

Return to bug 143420