From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2A694138A1B for ; Sun, 1 Mar 2015 15:35:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AA6DE0881; Sun, 1 Mar 2015 15:35:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EF41E0881 for ; Sun, 1 Mar 2015 15:35:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB238340826 for ; Sun, 1 Mar 2015 15:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 931AF12CFB for ; Sun, 1 Mar 2015 15:35:17 +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: <1425224097.c413821fb7f299e7bca464372baf9e9fd59d08a7.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu-qt/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild X-VCS-Directories: dev-libs/libdbusmenu-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c413821fb7f299e7bca464372baf9e9fd59d08a7 X-VCS-Branch: master Date: Sun, 1 Mar 2015 15:35:17 +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: 5697da70-ad1e-48a0-9e69-72eb8a353783 X-Archives-Hash: e5bdc79760d653c9933ac4d7654468b1 commit: c413821fb7f299e7bca464372baf9e9fd59d08a7 Author: Michael Palimaka gentoo org> AuthorDate: Sun Mar 1 15:34:57 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Mar 1 15:34:57 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c413821f [dev-libs/libdbusmenu-qt] Fix multilib build when dev-libs/qjson is missing wrt bug #541438. Package-Manager: portage-2.2.17 --- dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild index 64aa110..5b9d947 100644 --- a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild +++ b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild @@ -62,6 +62,7 @@ src_prepare() { [[ ${PV} == 9999* ]] && bzr_src_prepare cmake-utils_src_prepare + comment_add_subdirectory tools use test || comment_add_subdirectory tests }