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 353BE158020 for ; Fri, 16 Dec 2022 01:40:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B9C4E0886; Fri, 16 Dec 2022 01:40:50 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAD0EE087E for ; Fri, 16 Dec 2022 01:40:49 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D61C5340EC7 for ; Fri, 16 Dec 2022 01:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F2697F5 for ; Fri, 16 Dec 2022 01:40:45 +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: <1671154732.2dd7ea2bd7d6b506a9cebd343f54e5300295561e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/wxGTK/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/wxGTK/wxGTK-3.0.4-r3.ebuild x11-libs/wxGTK/wxGTK-3.0.4-r5.ebuild x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild X-VCS-Directories: x11-libs/wxGTK/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2dd7ea2bd7d6b506a9cebd343f54e5300295561e X-VCS-Branch: master Date: Fri, 16 Dec 2022 01:40:45 +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: 46461665-8ad5-4239-ba9b-60b2b92e250a X-Archives-Hash: 8e1c93a560f1d078148fc94782a823f2 commit: 2dd7ea2bd7d6b506a9cebd343f54e5300295561e Author: Sam James gentoo org> AuthorDate: Fri Dec 16 01:33:12 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 16 01:38:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd7ea2b x11-libs/wxGTK: add media-libs/libtiff subslot dep libtiff changed SONAME. Signed-off-by: Sam James gentoo.org> x11-libs/wxGTK/{wxGTK-3.0.4-r3.ebuild => wxGTK-3.0.4-r5.ebuild} | 2 +- x11-libs/wxGTK/{wxGTK-3.0.5.1.ebuild => wxGTK-3.0.5.1-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/wxGTK/wxGTK-3.0.4-r3.ebuild b/x11-libs/wxGTK/wxGTK-3.0.4-r5.ebuild similarity index 98% rename from x11-libs/wxGTK/wxGTK-3.0.4-r3.ebuild rename to x11-libs/wxGTK/wxGTK-3.0.4-r5.ebuild index 07a2baecb5c3..5113d156cb72 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.4-r3.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.4-r5.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ) libnotify? ( x11-libs/libnotify[${MULTILIB_USEDEP}] ) opengl? ( virtual/opengl[${MULTILIB_USEDEP}] ) - tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] ) + tiff? ( media-libs/tiff:=[${MULTILIB_USEDEP}] ) )" DEPEND=" ${RDEPEND} diff --git a/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild b/x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild similarity index 99% rename from x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild rename to x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild index 7391228feb30..6b9d506ba157 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild @@ -47,7 +47,7 @@ RDEPEND=" ) libnotify? ( x11-libs/libnotify[${MULTILIB_USEDEP}] ) opengl? ( virtual/opengl[${MULTILIB_USEDEP}] ) - tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] ) + tiff? ( media-libs/tiff:=[${MULTILIB_USEDEP}] ) webkit? ( net-libs/webkit-gtk:4 ) )" DEPEND="${RDEPEND}