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 276C4158086 for ; Tue, 28 Dec 2021 22:01:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BA722BC0EB; Tue, 28 Dec 2021 22:01:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 635592BC0EB for ; Tue, 28 Dec 2021 22:01:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECDE3343029 for ; Tue, 28 Dec 2021 22:00:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36A70268 for ; Tue, 28 Dec 2021 22:00:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1640728842.763068f1345ab9e60737530f649e48feb455ddb1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gdl/gdl-1.0.0_rc3-r1.ebuild dev-lang/gdl/gdl-1.0.0_rc3.ebuild X-VCS-Directories: dev-lang/gdl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 763068f1345ab9e60737530f649e48feb455ddb1 X-VCS-Branch: master Date: Tue, 28 Dec 2021 22:00:58 +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: db3af03b-790e-4395-bda9-5af5be7cda8f X-Archives-Hash: c7e5739599bc3506f9a85c8e4eacead2 commit: 763068f1345ab9e60737530f649e48feb455ddb1 Author: Sam James gentoo org> AuthorDate: Tue Dec 28 21:56:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 28 22:00:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763068f1 dev-lang/gdl: depend on netcdf subslot need to be rebuilt when its subslot changes Signed-off-by: Sam James gentoo.org> dev-lang/gdl/{gdl-1.0.0_rc3.ebuild => gdl-1.0.0_rc3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/gdl/gdl-1.0.0_rc3.ebuild b/dev-lang/gdl/gdl-1.0.0_rc3-r1.ebuild similarity index 98% rename from dev-lang/gdl/gdl-1.0.0_rc3.ebuild rename to dev-lang/gdl/gdl-1.0.0_rc3-r1.ebuild index f87b63dfef64..8ad53af5da65 100644 --- a/dev-lang/gdl/gdl-1.0.0_rc3.ebuild +++ b/dev-lang/gdl/gdl-1.0.0_rc3-r1.ebuild @@ -45,8 +45,8 @@ RDEPEND=" !graphicsmagick? ( media-gfx/imagemagick:=[cxx] ) graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] ) ) - netcdf? ( sci-libs/netcdf ) - proj? ( sci-libs/proj ) + netcdf? ( sci-libs/netcdf:= ) + proj? ( sci-libs/proj:= ) postscript? ( dev-libs/pslib ) python? ( ${PYTHON_DEPS}