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 84246138334 for ; Sat, 13 Oct 2018 16:34:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73E32E093E; Sat, 13 Oct 2018 16:34:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 44720E093E for ; Sat, 13 Oct 2018 16:34:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8247C335C94 for ; Sat, 13 Oct 2018 16:34:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 871B342A for ; Sat, 13 Oct 2018 16:34:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1539447724.8f2c4cbe33de6e6b837ff0ff28bba12221e99c1c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: games-mud/kmuddy/ X-VCS-Repository: proj/kde X-VCS-Files: games-mud/kmuddy/kmuddy-9999.ebuild X-VCS-Directories: games-mud/kmuddy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8f2c4cbe33de6e6b837ff0ff28bba12221e99c1c X-VCS-Branch: master Date: Sat, 13 Oct 2018 16:34:47 +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: cff1018e-3ed8-4074-be17-9783135a6489 X-Archives-Hash: dba48c9c72a7c1b022fbacd087a24adc commit: 8f2c4cbe33de6e6b837ff0ff28bba12221e99c1c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 13 01:50:49 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 13 16:22:04 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f2c4cbe games-mud/kmuddy: Fix cmake option Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Andreas Sturmlechner gentoo.org> games-mud/kmuddy/kmuddy-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-mud/kmuddy/kmuddy-9999.ebuild b/games-mud/kmuddy/kmuddy-9999.ebuild index 0404e7b347..1ec5c7ebf3 100644 --- a/games-mud/kmuddy/kmuddy-9999.ebuild +++ b/games-mud/kmuddy/kmuddy-9999.ebuild @@ -45,7 +45,7 @@ DOC=( AUTHORS README CHANGELOG Scripting-HOWTO TODO DESIGN ) src_configure() { # not in portage yet local mycmakeargs=( - -DWITH_MXP=OFF + -DCMAKE_DISABLE_FIND_PACKAGE_MXP=OFF ) kde5_src_configure }