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 37E5959CB1 for ; Mon, 11 Apr 2016 17:00:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9ECA21C00E; Mon, 11 Apr 2016 17:00:27 +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 5D18721C00E for ; Mon, 11 Apr 2016 17:00:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1FA24340BCD for ; Mon, 11 Apr 2016 17:00:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C16A080 for ; Mon, 11 Apr 2016 17:00:23 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1460394018.809ed23a98c41e90bca2d4e255c5881da75bb5b4.johu@gentoo> Subject: [gentoo-commits] dev/johu:master commit in: dev-libs/qtkeychain/ X-VCS-Repository: dev/johu X-VCS-Files: dev-libs/qtkeychain/qtkeychain-9999.ebuild X-VCS-Directories: dev-libs/qtkeychain/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 809ed23a98c41e90bca2d4e255c5881da75bb5b4 X-VCS-Branch: master Date: Mon, 11 Apr 2016 17:00:23 +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: 45c3974e-62cb-45bb-ac8d-522b0368627e X-Archives-Hash: a00562f13c53d5eb0914e6363271d96e commit: 809ed23a98c41e90bca2d4e255c5881da75bb5b4 Author: Johannes Huber gentoo org> AuthorDate: Mon Apr 11 17:00:18 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Apr 11 17:00:18 2016 +0000 URL: https://gitweb.gentoo.org/dev/johu.git/commit/?id=809ed23a dev-libs/qtkeychain: Sync with tree Package-Manager: portage-2.2.28 dev-libs/qtkeychain/qtkeychain-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-libs/qtkeychain/qtkeychain-9999.ebuild b/dev-libs/qtkeychain/qtkeychain-9999.ebuild index 0593c50..3f99080 100644 --- a/dev-libs/qtkeychain/qtkeychain-9999.ebuild +++ b/dev-libs/qtkeychain/qtkeychain-9999.ebuild @@ -45,6 +45,12 @@ src_configure() { if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then local mycmakeargs=(-DBUILD_WITH_QT4=OFF) fi + + mycmakeargs+=( + -DQTKEYCHAIN_STATIC=OFF + -DBUILD_TRANSLATIONS=ON + ) + cmake-utils_src_configure }