commit: e87f6c7eacc63b3e733da954d04580c7da3c7549
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 6 13:12:48 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 6 13:15:02 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e87f6c7e
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
sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index b9a41d5..46f45e9 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
}