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

(-)grive-0.2.0-r1.ebuild (+5 lines)
Lines 46-49 src_prepare() { Link Here
46
			libgrive/src/protocol/Json.cc \
46
			libgrive/src/protocol/Json.cc \
47
			cmake/Modules/FindJSONC.cmake || die
47
			cmake/Modules/FindJSONC.cmake || die
48
	fi
48
	fi
49
	#library was renamed in 0.11, bug #467432
50
	if has_version ">=dev-libs/json-c-0.11" ; then
51
		sed -i -e '/LIBRARY/s@json)@json-c)@' \
52
			cmake/Modules/FindJSONC.cmake || die
53
	fi
49
}
54
}

Return to bug 467432