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 E6321138334 for ; Wed, 20 Jun 2018 13:21:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6834E0AD6; Wed, 20 Jun 2018 13:21:49 +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 91293E0AD6 for ; Wed, 20 Jun 2018 13:21:48 +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 81FB6335CD7 for ; Wed, 20 Jun 2018 13:21:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB3392CD for ; Wed, 20 Jun 2018 13:21:44 +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: <1529500444.f96db914722e5fa6a5771f54a8e9f6781f5e019c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/korganizer/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/korganizer/korganizer-18.04.49.9999.ebuild kde-apps/korganizer/korganizer-9999.ebuild X-VCS-Directories: kde-apps/korganizer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f96db914722e5fa6a5771f54a8e9f6781f5e019c X-VCS-Branch: master Date: Wed, 20 Jun 2018 13:21:44 +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: 88f4a6da-5f4a-4210-a70c-5cc82f10012f X-Archives-Hash: 402dc81f8fb5e2944070b8fd006b3a39 commit: f96db914722e5fa6a5771f54a8e9f6781f5e019c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 20 13:02:51 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 20 13:14:04 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f96db914 kde-apps/korganizer: Drop obsolete cmake option Closes: https://bugs.gentoo.org/658494 Package-Manager: Portage-2.3.40, Repoman-2.3.9 kde-apps/korganizer/korganizer-18.04.49.9999.ebuild | 1 - kde-apps/korganizer/korganizer-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/kde-apps/korganizer/korganizer-18.04.49.9999.ebuild b/kde-apps/korganizer/korganizer-18.04.49.9999.ebuild index cb315ee142..50ed5b49c7 100644 --- a/kde-apps/korganizer/korganizer-18.04.49.9999.ebuild +++ b/kde-apps/korganizer/korganizer-18.04.49.9999.ebuild @@ -80,7 +80,6 @@ RDEPEND="${COMMON_DEPEND} src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package X Qt5X11Extras) $(cmake-utils_use_find_package X X11) ) diff --git a/kde-apps/korganizer/korganizer-9999.ebuild b/kde-apps/korganizer/korganizer-9999.ebuild index cb315ee142..50ed5b49c7 100644 --- a/kde-apps/korganizer/korganizer-9999.ebuild +++ b/kde-apps/korganizer/korganizer-9999.ebuild @@ -80,7 +80,6 @@ RDEPEND="${COMMON_DEPEND} src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package X Qt5X11Extras) $(cmake-utils_use_find_package X X11) )