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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F053158003 for ; Mon, 15 Nov 2021 18:59:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1809AE0928; Mon, 15 Nov 2021 18:59:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCBDEE0928 for ; Mon, 15 Nov 2021 18:59:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE0C8342C1F for ; Mon, 15 Nov 2021 18:59:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AD4C1D4 for ; Mon, 15 Nov 2021 18:59:31 +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: <1637002709.bb482f733b27818ac0742c655b0c588966421e10.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kitinerary/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kitinerary/kitinerary-21.08.3-r1.ebuild X-VCS-Directories: kde-apps/kitinerary/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bb482f733b27818ac0742c655b0c588966421e10 X-VCS-Branch: master Date: Mon, 15 Nov 2021 18:59:31 +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: fa90eb28-5fb2-4ab0-b01a-58bb7283ec0c X-Archives-Hash: 20944ce9aeb252ccde1830366fcdeffd commit: bb482f733b27818ac0742c655b0c588966421e10 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 15 16:58:03 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 15 18:58:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb482f73 kde-apps/kitinerary: Disable and add comment about OsmTools switch Upstream commit 4b5489d0eb62cbd8ec9c59b1f61c3deee459a288 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kitinerary/kitinerary-21.08.3-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/kitinerary/kitinerary-21.08.3-r1.ebuild b/kde-apps/kitinerary/kitinerary-21.08.3-r1.ebuild index f605de5b8588..0a32b1b9b3d0 100644 --- a/kde-apps/kitinerary/kitinerary-21.08.3-r1.ebuild +++ b/kde-apps/kitinerary/kitinerary-21.08.3-r1.ebuild @@ -41,6 +41,8 @@ BDEPEND="x11-misc/shared-mime-info" src_configure() { local mycmakeargs=( + # sci-geosciences/osmctools; TODO: useful at all? + -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON $(cmake_use_find_package barcode ZXing) $(cmake_use_find_package pdf Poppler) )