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 550631382C5 for ; Thu, 22 Mar 2018 14:24:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62517E098E; Thu, 22 Mar 2018 14:24:40 +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 3C0C8E098E for ; Thu, 22 Mar 2018 14:24:40 +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 0CEB0335C49 for ; Thu, 22 Mar 2018 14:24:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11382263 for ; Thu, 22 Mar 2018 14:24:37 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1521728606.ba4f6a2f719f3651ce79ac689349ed201a9b3e96.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gdal/gdal-2.2.3-r1.ebuild X-VCS-Directories: sci-libs/gdal/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: ba4f6a2f719f3651ce79ac689349ed201a9b3e96 X-VCS-Branch: master Date: Thu, 22 Mar 2018 14:24:37 +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: 3f40eaf0-e9c1-431c-a2d0-e3c85dd79ffa X-Archives-Hash: d7c8db17573b6b8c8b38e9e3c17d502c commit: ba4f6a2f719f3651ce79ac689349ed201a9b3e96 Author: Guilherme Amadio gentoo org> AuthorDate: Mon Mar 19 22:02:14 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Thu Mar 22 14:23:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4f6a2f sci-libs/gdal: find json-c from EPREFIX Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-libs/gdal/gdal-2.2.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/gdal/gdal-2.2.3-r1.ebuild b/sci-libs/gdal/gdal-2.2.3-r1.ebuild index 57ee4454007..7084e66a8f5 100644 --- a/sci-libs/gdal/gdal-2.2.3-r1.ebuild +++ b/sci-libs/gdal/gdal-2.2.3-r1.ebuild @@ -154,6 +154,7 @@ src_configure() { --with-geotiff \ --with-grib \ --with-hide-internal-symbols \ + --with-libjson-c="${EPREFIX}/usr/" \ --with-libtiff \ --with-libtool \ --with-libz="${EPREFIX}/usr/" \