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 10338138334 for ; Sun, 29 Dec 2019 00:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D54D9E0B17; Sun, 29 Dec 2019 00:20:34 +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 BD491E0B17 for ; Sun, 29 Dec 2019 00:20:34 +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 BB62734DC9F for ; Sun, 29 Dec 2019 00:20:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36E5C42 for ; Sun, 29 Dec 2019 00:20:29 +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: <1577578802.017b65f479fd5bec480b72d3fd74d2517c625cd8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild X-VCS-Directories: sci-libs/libgeotiff/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 017b65f479fd5bec480b72d3fd74d2517c625cd8 X-VCS-Branch: master Date: Sun, 29 Dec 2019 00:20: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e7b1ad0-c7a3-4cda-9799-a723f7cf2b6b X-Archives-Hash: 8d406d7d7c9caba75ec3fd04b3d16cb9 commit: 017b65f479fd5bec480b72d3fd74d2517c625cd8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 28 23:20:59 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 29 00:20:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017b65f4 sci-libs/libgeotiff: Add missing slot ops Closes: https://bugs.gentoo.org/698234 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild | 2 +- sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild index aaa7845a9a1..fe26ae0b264 100644 --- a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild +++ b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild @@ -19,7 +19,7 @@ IUSE="debug doc static-libs" RDEPEND=" virtual/jpeg:= >=media-libs/tiff-3.9.1:0 - sci-libs/proj + sci-libs/proj:= sys-libs/zlib" DEPEND="${RDEPEND} diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild index 7696605edc4..1e85578587a 100644 --- a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild +++ b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild @@ -19,7 +19,7 @@ BDEPEND=" " DEPEND=" >=media-libs/tiff-3.9.1:0 - >=sci-libs/proj-6.0.0 + >=sci-libs/proj-6.0.0:= sys-libs/zlib virtual/jpeg:= "