From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4CF71382F6 for ; Wed, 6 Jul 2016 13:15:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F6AF941DE; Wed, 6 Jul 2016 13:15:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4409941DC for ; Wed, 6 Jul 2016 13:15:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AB70340A7F for ; Wed, 6 Jul 2016 13:15:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE0C92445 for ; Wed, 6 Jul 2016 13:15:19 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1467810902.e87f6c7eacc63b3e733da954d04580c7da3c7549.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/ X-VCS-Repository: proj/kde X-VCS-Files: sys-auth/polkit-qt/polkit-qt-9999.ebuild X-VCS-Directories: sys-auth/polkit-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e87f6c7eacc63b3e733da954d04580c7da3c7549 X-VCS-Branch: master Date: Wed, 6 Jul 2016 13:15:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 55d2a1fd-7666-4fb2-9671-1a7fd5f5e11a X-Archives-Hash: 9ebcc20dfd5ca11b552099d9890ed120 commit: e87f6c7eacc63b3e733da954d04580c7da3c7549 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jul 6 13:12:48 2016 +0000 Commit: Michael Palimaka gentoo 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 }