mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
sys-apps/intel-cmt-cat: try to fix library load path for tests
Bug: https://bugs.gentoo.org/834906 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -34,7 +34,9 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? ( appqos? ( dev-python/mock[${PYTHON_USEDEP}] ) )
|
||||
test? (
|
||||
appqos? ( dev-python/mock[${PYTHON_USEDEP}] )
|
||||
)
|
||||
"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
@@ -101,7 +103,7 @@ src_install() {
|
||||
unset DOCS
|
||||
python_foreach_impl python_install
|
||||
|
||||
if use perl ; then
|
||||
if use perl; then
|
||||
pushd "lib/perl" || die
|
||||
unset DOCS
|
||||
myinst=( DESTDIR="${D}" )
|
||||
@@ -113,7 +115,7 @@ src_install() {
|
||||
}
|
||||
|
||||
src_test() {
|
||||
python_foreach_impl python_test
|
||||
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${S}/lib" python_foreach_impl python_test
|
||||
}
|
||||
|
||||
python_install() {
|
||||
|
||||
Reference in New Issue
Block a user