Line
Link Here
|
0 |
-- a/sci-geosciences/gpsd/gpsd-3.23.ebuild |
0 |
++ b/sci-geosciences/gpsd/gpsd-3.23.ebuild |
Lines 187-193
src_compile() {
Link Here
|
187 |
export SHLINKFLAGS=${LDFLAGS} LINKFLAGS=${LDFLAGS} |
187 |
export SHLINKFLAGS=${LDFLAGS} LINKFLAGS=${LDFLAGS} |
188 |
escons "${scons_opts[@]}" |
188 |
escons "${scons_opts[@]}" |
189 |
|
189 |
|
|
|
190 |
pushd "${P}" || die |
191 |
ln -sf ../setup.py . || die |
190 |
use python && distutils-r1_src_compile |
192 |
use python && distutils-r1_src_compile |
|
|
193 |
popd || die |
191 |
} |
194 |
} |
192 |
|
195 |
|
193 |
src_install() { |
196 |
src_install() { |
Lines 200-205
src_install() {
Link Here
|
200 |
rm -rf "${D}"/python-discard/gps* |
203 |
rm -rf "${D}"/python-discard/gps* |
201 |
find "${D}"/python-discard/ -type d -delete |
204 |
find "${D}"/python-discard/ -type d -delete |
202 |
# Install correct multi-python copy |
205 |
# Install correct multi-python copy |
|
|
206 |
pushd "${P}" || die |
203 |
use python && distutils-r1_src_install |
207 |
use python && distutils-r1_src_install |
204 |
|
208 |
popd || die |
205 |
} |
209 |
} |