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 14109138350 for ; Tue, 21 Apr 2020 08:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F177E0971; Tue, 21 Apr 2020 08:18:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A41BE0971 for ; Tue, 21 Apr 2020 08:18:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4ADBE34F1EA for ; Tue, 21 Apr 2020 08:18:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C26921EE for ; Tue, 21 Apr 2020 08:18:01 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1587457039.5100e3b4eab1c3bbc1adf492ec20bca7f82f1add.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/psi/psi-9999.ebuild X-VCS-Directories: net-im/psi/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5100e3b4eab1c3bbc1adf492ec20bca7f82f1add X-VCS-Branch: master Date: Tue, 21 Apr 2020 08:18:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0486e43-4df9-465f-a640-ea86dfea9de4 X-Archives-Hash: 8f479bf34d939fd9170b07d09267dc10 commit: 5100e3b4eab1c3bbc1adf492ec20bca7f82f1add Author: Sergey Ilinykh gmail com> AuthorDate: Sat Apr 18 20:56:23 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Apr 21 08:17:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5100e3b4 net-im/psi: added cmake flag to compile with detailed version Signed-off-by: Sergey Ilinykh gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15402 Signed-off-by: Joonas Niilola gentoo.org> net-im/psi/psi-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 6e6329011f1..cd78ecbc499 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -118,6 +118,7 @@ src_configure() { use webkit && chattype=webkit local mycmakeargs=( + -DPRODUCTION=OFF -DUSE_ASPELL=$(usex aspell) -DUSE_ENCHANT=$(usex enchant) -DUSE_HUNSPELL=$(usex hunspell)