aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-07-06 23:12:48 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-07-06 23:15:02 +1000
commite87f6c7eacc63b3e733da954d04580c7da3c7549 (patch)
tree7412befe42cbe5e3945397195e0114fccc546393 /sys-auth
parentkde-plasma/breeze: export custom src_test (diff)
downloadkde-e87f6c7eacc63b3e733da954d04580c7da3c7549.tar.gz
kde-e87f6c7eacc63b3e733da954d04580c7da3c7549.tar.bz2
kde-e87f6c7eacc63b3e733da954d04580c7da3c7549.zip
sys-auth/polkit-qt: export explicit src_test
The default phase causes BUILD_DIR to be overwritten with an incorrect value, breaking the multibuild configuration causing one build to not be installed. Gentoo-bug: 529686 Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/polkit-qt/polkit-qt-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index b9a41d575d..46f45e91d7 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -65,6 +65,10 @@ src_compile() {
multibuild_foreach_variant cmake-utils_src_compile
}
+src_test() {
+ multibuild_foreach_variant cmake-utils_src_test
+}
+
src_install() {
multibuild_foreach_variant cmake-utils_src_install
}