2014-09-20 12:08 GMT-06:00 James <wirel...@tampabay.rr.com>: > > Michael Orlitzky <mjo <at> gentoo.org> writes: > > > > > MY_PV=${PV/_/} > > > > SRC_URI="http://www.apache.org/dist/spark/${PV}/${P}.tgz" > > > Because that's the wrong URL =) > > SRC_URI="http://www.apache.org/dist/spark/spark-1.1.0/${P}.tgz" >
If you want to build the URI with the ebuild environment variables, it would be: SRC_URI="http://apache.org/dist/${PN}/${P}/${P}.tgz" > Works. Is this correct? > (sorry for being dense) > > > James > > > >