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 4375C158094 for ; Sun, 9 Oct 2022 16:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1399DE08C3; Sun, 9 Oct 2022 16:10:18 +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 EF9C5E08C3 for ; Sun, 9 Oct 2022 16:10:17 +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 EEF38335C67 for ; Sun, 9 Oct 2022 16:10:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 448E9523 for ; Sun, 9 Oct 2022 16:10:15 +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: <1665331741.5b924df36ac0110cd713f29c44a215760aae193f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtk+/gtk+-2.24.33-r1.ebuild x11-libs/gtk+/gtk+-2.24.33-r2.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5b924df36ac0110cd713f29c44a215760aae193f X-VCS-Branch: master Date: Sun, 9 Oct 2022 16:10:15 +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: bb76856f-a2dc-41fd-aa58-c5ba9fd5da7e X-Archives-Hash: e43f09c5e3a7744ca9a1a70e753086e3 commit: 5b924df36ac0110cd713f29c44a215760aae193f Author: Sam James gentoo org> AuthorDate: Sun Oct 9 15:41:39 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 9 16:09:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b924df3 x11-libs/gtk+: fix MissingUseDepDefault on cairo deux Closes: https://bugs.gentoo.org/875953 Fixes: 9e7f1c134ebf81cc16d362f23358aadae96f754b Signed-off-by: Sam James gentoo.org> x11-libs/gtk+/{gtk+-2.24.33-r1.ebuild => gtk+-2.24.33-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/gtk+/gtk+-2.24.33-r1.ebuild b/x11-libs/gtk+/gtk+-2.24.33-r2.ebuild similarity index 99% rename from x11-libs/gtk+/gtk+-2.24.33-r1.ebuild rename to x11-libs/gtk+/gtk+-2.24.33-r2.ebuild index c83a6edfded1..ee0d251e3c97 100644 --- a/x11-libs/gtk+/gtk+-2.24.33-r1.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.33-r2.ebuild @@ -35,7 +35,7 @@ COMMON_DEPEND=" cups? ( >=net-print/cups-1.7.1-r2:=[${MULTILIB_USEDEP}] ) introspection? ( >=dev-libs/gobject-introspection-0.9.3:= ) !aqua? ( - >=x11-libs/cairo-1.12.14-r4:=[aqua?,svg,X,${MULTILIB_USEDEP}] + >=x11-libs/cairo-1.12.14-r4:=[aqua?,svg(+),X,${MULTILIB_USEDEP}] >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXcomposite-0.4.4-r1[${MULTILIB_USEDEP}] >=x11-libs/libXcursor-1.1.14[${MULTILIB_USEDEP}]