diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2016-07-06 23:12:48 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2016-07-06 23:15:02 +1000 |
| commit | e87f6c7eacc63b3e733da954d04580c7da3c7549 (patch) | |
| tree | 7412befe42cbe5e3945397195e0114fccc546393 /sys-auth | |
| parent | 2105268864a74d4e6404c5250953195263e866b7 (diff) | |
| download | kde-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.ebuild | 4 |
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 b9a41d575de..46f45e91d7d 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 } |
