On 12:50 Wed 24 Oct     , Markus Dittrich (markusle) wrote:
> 1.1                  sci-mathematics/calc/calc-2.12.2.2.ebuild
> 
> file : 
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild?rev=1.1&view=markup
> plain: 
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild?rev=1.1&content-type=text/plain

> src_compile() {
>       make \

If emake doesn't work, please add a comment to that effect.

>               T="${D}" \
>               DEBUG="${CFLAGS}" \
>               CALCPAGER=less \
>               USE_READLINE="-DUSE_READLINE" \
>               READLINE_LIB="-lreadline -lhistory -lncurses" \
>               all \
>       || die
>       if echo "${LD_PRELOAD}" | grep -q "sandbox"; then
>               ewarn "Can't run check when running in sandbox - see bug #59676"
>       else
>               make chk || die "Check failed"

Shouldn't this 'make chk' bit be in src_test() ?

>       fi
> }
> 
> src_install() {
>       make T="${D}" install || die

If emake doesn't work, please add a comment to that effect.

Thanks,
Donnie
-- 
[EMAIL PROTECTED] mailing list

Reply via email to