View | Details | Raw Unified
Collapse All | Expand All

(-) mpqc-2.3.1-r1.ebuild.old (-3 / +3 lines)
 Lines 12-22    Link Here 
SLOT="0"
SLOT="0"
# Should work on x86, amd64 and ppc, at least
# Should work on x86, amd64 and ppc, at least
KEYWORDS="~amd64 ppc ppc64 x86"
KEYWORDS="~amd64 ppc ppc64 x86"
IUSE="doc threads tcltk"
IUSE="doc threads tk"
RDEPEND="virtual/blas
RDEPEND="virtual/blas
	virtual/lapack
	virtual/lapack
	tcltk? ( dev-lang/tk )"
	tk? ( dev-lang/tk )"
DEPEND="${RDEPEND}
DEPEND="${RDEPEND}
	sys-devel/flex
	sys-devel/flex
	dev-lang/perl
	dev-lang/perl
 Lines 29-35    Link Here 
	cd "${S}"
	cd "${S}"
	# do not install tkmolrender if not requested
	# do not install tkmolrender if not requested
	if ! use tcltk; then
	if ! use tk; then
		sed -e "s:.*/bin/molrender/tkmolrender.*::" \
		sed -e "s:.*/bin/molrender/tkmolrender.*::" \
			-e "s:.*\$(INSTALLBINOPT) tkmolrender.*::" \
			-e "s:.*\$(INSTALLBINOPT) tkmolrender.*::" \
			-e "s:/bin/rm -f tkmolrender::" \
			-e "s:/bin/rm -f tkmolrender::" \