|
Line
Link Here
|
| 0 |
-- /usr/portage/net-libs/rb_libtorrent/rb_libtorrent-1.0.9-r1.ebuild 2016-04-21 23:32:15.133832797 +0200 |
0 |
++ rb_libtorrent-1.0.9-r1.ebuild 2016-05-02 00:32:52.475997593 +0200 |
|
Lines 81-87
Link Here
|
| 81 |
|
81 |
|
| 82 |
python_compile() { |
82 |
python_compile() { |
| 83 |
cd "${BUILD_DIR}/../bindings/python" || return 1 |
83 |
cd "${BUILD_DIR}/../bindings/python" || return 1 |
| 84 |
distutils-r1_python_compile |
84 |
# The library is built in a different directory, bug #581362 |
|
|
85 |
LIBRARY_PATH="${S}/src/.libs" distutils-r1_python_compile |
| 85 |
} |
86 |
} |
| 86 |
use python && distutils-r1_src_compile |
87 |
use python && distutils-r1_src_compile |
| 87 |
} |
88 |
} |