aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe L. Korn <uwelk@xhochy.com>2014-09-24 12:43:55 +0100
committerUwe L. Korn <uwelk@xhochy.com>2014-09-24 12:43:55 +0100
commit508018b49bc265b37a0634731b3528e828db329c (patch)
tree020c91fa4e4c9014835fd8e4959d58f8e27ba8a1 /app-crypt/qca/qca-9999.ebuild
parent[dev-qt/qtwebkit] Remove widgets USE flag wrt bug #448178. (diff)
downloadqt-508018b49bc265b37a0634731b3528e828db329c.tar.gz
qt-508018b49bc265b37a0634731b3528e828db329c.tar.bz2
qt-508018b49bc265b37a0634731b3528e828db329c.zip
[app-crypt/qca] Correct plugin path to upstream changes
Package-Manager: portage-2.2.12
Diffstat (limited to 'app-crypt/qca/qca-9999.ebuild')
-rw-r--r--app-crypt/qca/qca-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild
index d3bed01e..8e313bae 100644
--- a/app-crypt/qca/qca-9999.ebuild
+++ b/app-crypt/qca/qca-9999.ebuild
@@ -56,7 +56,7 @@ qca_plugin_use() {
src_configure() {
local mycmakeargs=(
- -DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/$(usex qt4 qt4 qt5)/plugins/crypto"
+ -DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/$(usex qt4 qt4 qt5)/plugins"
-DQCA_FEATURE_INSTALL_DIR="${EPREFIX}/usr/$(usex qt4 share $(get_libdir))/$(usex qt4 qt4 qt5)/mkspecs/features"
$(cmake-utils_use qt4 QT4_BUILD)
$(qca_plugin_use botan)