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 4F1A6138334 for ; Sat, 29 Dec 2018 22:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45FC6E0B23; Sat, 29 Dec 2018 22:02:30 +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 226CDE0B23 for ; Sat, 29 Dec 2018 22:02:28 +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 14D30335CEA for ; Sat, 29 Dec 2018 22:02:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C22044FF for ; Sat, 29 Dec 2018 22:02:24 +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: <1546120922.2ab36b4e15ab63e64b0a4b20f5117455e84e58af.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/, media-gfx/photoqt/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch media-gfx/photoqt/photoqt-1.7.1.ebuild X-VCS-Directories: media-gfx/photoqt/files/ media-gfx/photoqt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2ab36b4e15ab63e64b0a4b20f5117455e84e58af X-VCS-Branch: master Date: Sat, 29 Dec 2018 22:02:24 +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: 5caca859-b025-4f3c-88d1-e1e7e3788058 X-Archives-Hash: f2de8cee84de1e8d2bc5959db3a7b958 commit: 2ab36b4e15ab63e64b0a4b20f5117455e84e58af Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 29 21:40:38 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 29 22:02:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab36b4e media-gfx/photoqt: Fix USE exif Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch | 13 +++++++++++++ media-gfx/photoqt/photoqt-1.7.1.ebuild | 2 ++ 2 files changed, 15 insertions(+) diff --git a/media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch b/media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch new file mode 100644 index 00000000000..5dfacf435a0 --- /dev/null +++ b/media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch @@ -0,0 +1,13 @@ +--- a/CMake/FindExiv2.cmake 2018-06-03 05:21:04.143148857 +0200 ++++ b/CMake/FindExiv2.cmake 2018-12-29 22:35:40.770393025 +0100 +@@ -13,8 +13,8 @@ + "${EXIV2_LOCATION}" + "${EXIV2_LOCATION}/include" + /usr/include +- /usr/include/Exiv2 +- /opt/local/include/Exiv2 ++ /usr/include/exiv2 ++ /opt/local/include/exiv2 + ) + + IF(EXIV2_INCLUDE_DIR) diff --git a/media-gfx/photoqt/photoqt-1.7.1.ebuild b/media-gfx/photoqt/photoqt-1.7.1.ebuild index b37af5d4f16..a865dab8014 100644 --- a/media-gfx/photoqt/photoqt-1.7.1.ebuild +++ b/media-gfx/photoqt/photoqt-1.7.1.ebuild @@ -41,6 +41,8 @@ DEPEND="${RDEPEND} kde-frameworks/extra-cmake-modules:5 " +PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) + src_configure() { local mycmakeargs=( -DDEVIL=$(usex devil)