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

Collapse All | Expand All

(-)mpqc-2.3.1-r1.ebuild.orig (-1 / +1 lines)
Lines 27-33 Link Here
27
src_unpack() {
27
src_unpack() {
28
	unpack ${A}
28
	unpack ${A}
29
	cd "${S}"
29
	cd "${S}"
30
30
	epatch "${FILESDIR}/${P}-as-needed.patch"
31
	# do not install tkmolrender if not requested
31
	# do not install tkmolrender if not requested
32
	if ! use tk; then
32
	if ! use tk; then
33
		sed -e "s:.*/bin/molrender/tkmolrender.*::" \
33
		sed -e "s:.*/bin/molrender/tkmolrender.*::" \

Return to bug 248345