[gentoo-dev] allowed in SRC_URI?

2007-10-26 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is the following syntax for SRC_URI allowed: mips? ( mirror://sourceforge/sbcl/${PN}-${BV_MIPS}-$([[$(tc-endian) = big]] echo mips || echo mipsel)-linux-binary.tar.bz2 ) It is supposed to be a replacement of: mips? ( !cobalt? (

Re: [gentoo-dev] allowed in SRC_URI?

2007-10-26 Thread Petteri Räty
Marijn Schouten (hkBst) kirjoitti: Is the following syntax for SRC_URI allowed: mips? ( mirror://sourceforge/sbcl/${PN}-${BV_MIPS}-$([[$(tc-endian) = big]] echo mips || echo mipsel)-linux-binary.tar.bz2 ) Nope as implied in IRC. tc-endian() { local host=$1 [[ -z