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 7343B1382C5 for ; Thu, 12 Apr 2018 19:40:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83F98E0972; Thu, 12 Apr 2018 19:40:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5F87CE0972 for ; Thu, 12 Apr 2018 19:40:32 +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 40EB8335C30 for ; Thu, 12 Apr 2018 19:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68027285 for ; Thu, 12 Apr 2018 19:40:29 +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: <1523562014.e67e8c1c3e4135adaccaefaf50e9f7372d0dd11f.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kitinerary/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kitinerary/kitinerary-9999.ebuild X-VCS-Directories: kde-apps/kitinerary/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e67e8c1c3e4135adaccaefaf50e9f7372d0dd11f X-VCS-Branch: master Date: Thu, 12 Apr 2018 19:40:29 +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: 14f62d41-37c1-449c-b093-e2d500e65f9a X-Archives-Hash: ecf81d9fa3db7b480033d42ac1d464c1 commit: e67e8c1c3e4135adaccaefaf50e9f7372d0dd11f Author: Johannes Huber gentoo org> AuthorDate: Thu Apr 12 19:40:14 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Apr 12 19:40:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e67e8c1c kde-apps/kitinerary: Fix configure switch Package-Manager: Portage-2.3.28, Repoman-2.3.9 kde-apps/kitinerary/kitinerary-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kitinerary/kitinerary-9999.ebuild b/kde-apps/kitinerary/kitinerary-9999.ebuild index 7e4f9f2d1b..6501cc5643 100644 --- a/kde-apps/kitinerary/kitinerary-9999.ebuild +++ b/kde-apps/kitinerary/kitinerary-9999.ebuild @@ -29,7 +29,7 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package pdf PopplerQt5) + $(cmake-utils_use_find_package pdf Poppler) ) kde5_src_configure }