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

Collapse All | Expand All

(-)/usr/portage/sci-mathematics/maxima/maxima-5.13.0-r1.ebuild (+1 lines)
Lines 114-119 Link Here
114
	unpack ${A}
114
	unpack ${A}
115
	# use xdg-open to view ps, pdf
115
	# use xdg-open to view ps, pdf
116
	epatch "${FILESDIR}"/${P}-xdg-utils.patch
116
	epatch "${FILESDIR}"/${P}-xdg-utils.patch
117
	epatch "${FILESDIR}"/${P}-dont-load-host-init-files.patch
117
	# remove rmaxima if neither cmucl nor sbcl
118
	# remove rmaxima if neither cmucl nor sbcl
118
	if [[ ${MAXIMA_LISP} != cmucl ]] || [[ ${MAXIMA_LISP} != sbcl ]]; then
119
	if [[ ${MAXIMA_LISP} != cmucl ]] || [[ ${MAXIMA_LISP} != sbcl ]]; then
119
		sed -i \
120
		sed -i \

Return to bug 203748