summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2018-07-05 18:46:37 +0200
committerDavide Pesavento <pesa@gentoo.org>2018-07-05 19:06:11 +0200
commit86b411ceb1cc8df7b359c05b8d3dd807a42051b6 (patch)
tree3828c8b9193658650cb552be0a4390b7398c1cda /dev-qt
parentx11-libs/libXxf86misc: Version bump 1.0.4 (diff)
downloadgentoo-86b411ceb1cc8df7b359c05b8d3dd807a42051b6.tar.gz
gentoo-86b411ceb1cc8df7b359c05b8d3dd807a42051b6.tar.bz2
gentoo-86b411ceb1cc8df7b359c05b8d3dd807a42051b6.zip
dev-qt/qtwebkit: fix src_install sanity check on prefix
Bug: https://bugs.gentoo.org/572056 Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-qt')
-rw-r--r--dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
index 506e3879d340..731937dcc710 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
@@ -98,7 +98,7 @@ pkg_setup() {
}
src_configure() {
- # Respect CC, otherwise fails on prefix #395875
+ # Respect CC, otherwise fails on prefix, bug #395875
tc-export CC
# Multiple rendering bugs on youtube, github, etc without this, bug #547224
@@ -134,7 +134,7 @@ src_install() {
cmake-utils_src_install
# bug 572056
- if [[ ! -f ${D%/}$(qt5_get_libdir)/libQt5WebKit.so ]]; then
+ if [[ ! -f ${ED%/}$(qt5_get_libdir)/libQt5WebKit.so ]]; then
eerror "${CATEGORY}/${PF} could not build due to a broken ruby environment."
die 'Check "eselect ruby" and ensure you have a working ruby in your $PATH'
fi