aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquentin <quentin.minster@gmail.com>2013-10-20 19:58:05 +0200
committerquentin <quentin.minster@gmail.com>2013-10-20 19:58:05 +0200
commit6a2dfed6b3b3dedf316934608645ca8085bd502b (patch)
tree856ab39918efd0fae80186a582a1ac07c42ca5cd /sci-mathematics/scilab
parentMerge pull request #124 from laomaiweng/java-version-check (diff)
downloadsci-6a2dfed6b3b3dedf316934608645ca8085bd502b.tar.gz
sci-6a2dfed6b3b3dedf316934608645ca8085bd502b.tar.bz2
sci-6a2dfed6b3b3dedf316934608645ca8085bd502b.zip
Fix false positive from revdep-rebuild for scilab-5.4.1
The scilab-bin binary links against some Java libraries that are not present in the regular path, hence resulting in revdep-rebuild reporting them as missing. However these are false positive since the scilab script sets the right path before invoking scilab-bin.
Diffstat (limited to 'sci-mathematics/scilab')
-rw-r--r--sci-mathematics/scilab/scilab-5.4.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/scilab/scilab-5.4.1.ebuild b/sci-mathematics/scilab/scilab-5.4.1.ebuild
index 507dcee9c..a9ec305ae 100644
--- a/sci-mathematics/scilab/scilab-5.4.1.ebuild
+++ b/sci-mathematics/scilab/scilab-5.4.1.ebuild
@@ -228,7 +228,8 @@ src_install() {
prune_libtool_files --all
rm -rf "${D}"/usr/share/scilab/modules/*/tests ||die
use bash-completion && dobashcomp "${FILESDIR}"/${PN}.bash_completion
- echo "SEARCH_DIRS_MASK=${EPREFIX}/usr/$(get_libdir)/scilab" \
+ echo "LD_LIBRARY_MASK=libverify.so
+SEARCH_DIRS_MASK=${EPREFIX}/usr/$(get_libdir)/scilab" \
> 50-"${PN}"
insinto /etc/revdep-rebuild && doins "50-${PN}"
}