From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1701597-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C325515802C for <garchives@archives.gentoo.org>; Fri, 20 Dec 2024 05:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18AC1E07EC; Fri, 20 Dec 2024 05:50:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 90A1CE07EC for <gentoo-commits@lists.gentoo.org>; Fri, 20 Dec 2024 05:50:34 +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 9809E33C1EB for <gentoo-commits@lists.gentoo.org>; Fri, 20 Dec 2024 05:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCBDE1048 for <gentoo-commits@lists.gentoo.org>; Fri, 20 Dec 2024 05:50:31 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1734673775.da9c5efc94918162057159424d556ed556c02675.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gphoto2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gphoto2/gphoto2-2.5.28-r1.ebuild media-gfx/gphoto2/gphoto2-2.5.28-r2.ebuild X-VCS-Directories: media-gfx/gphoto2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: da9c5efc94918162057159424d556ed556c02675 X-VCS-Branch: master Date: Fri, 20 Dec 2024 05:50:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2908e37-3b1a-4f78-aa5e-3005475faf89 X-Archives-Hash: 3392a358aa25fc325e8c4b8bf87905f1 commit: da9c5efc94918162057159424d556ed556c02675 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 20 05:49:35 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Dec 20 05:49:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9c5efc media-gfx/gphoto2: depend on fixed cdk We need to depend on a version of cdk w/ fixed const, see commit 3c6244c59141bcdd5144430a42b87ab90cea2f19. Closes: https://bugs.gentoo.org/944564 Signed-off-by: Sam James <sam <AT> gentoo.org> .../gphoto2/{gphoto2-2.5.28-r1.ebuild => gphoto2-2.5.28-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/gphoto2/gphoto2-2.5.28-r1.ebuild b/media-gfx/gphoto2/gphoto2-2.5.28-r2.ebuild similarity index 96% rename from media-gfx/gphoto2/gphoto2-2.5.28-r1.ebuild rename to media-gfx/gphoto2/gphoto2-2.5.28-r2.ebuild index 634fbfe666c8..aa47c54d4afb 100644 --- a/media-gfx/gphoto2/gphoto2-2.5.28-r1.ebuild +++ b/media-gfx/gphoto2/gphoto2-2.5.28-r2.ebuild @@ -23,7 +23,7 @@ RDEPEND=" media-libs/aalib media-libs/libjpeg-turbo ) - ncurses? ( dev-libs/cdk:= ) + ncurses? ( >=dev-libs/cdk-5.0.20240331:= ) readline? ( sys-libs/readline:= ) " DEPEND="${RDEPEND}"