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 C2B07158094 for ; Sat, 24 Sep 2022 03:43:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70E1BE0AFB; Sat, 24 Sep 2022 03:43:14 +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 565CAE0AFC for ; Sat, 24 Sep 2022 03:43:14 +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 BBC4034104C for ; Sat, 24 Sep 2022 03:43:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E8E25FA for ; Sat, 24 Sep 2022 03:43:10 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1663990978.fba3cdca284ff7939db0e28236a9f96dd2a85ac9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gtkmm/gtkmm-3.24.6-r1.ebuild X-VCS-Directories: dev-cpp/gtkmm/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fba3cdca284ff7939db0e28236a9f96dd2a85ac9 X-VCS-Branch: master Date: Sat, 24 Sep 2022 03:43:10 +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: 21f3a01a-c032-4566-99bd-3ec99572c3fb X-Archives-Hash: 5d62af44655932c930184d9596c62b71 commit: fba3cdca284ff7939db0e28236a9f96dd2a85ac9 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 24 03:08:01 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Sep 24 03:42:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba3cdca dev-cpp/gtkmm: Depend on x11-libs/gtk+[X=] Closes: https://bugs.gentoo.org/619296 Signed-off-by: Matt Turner gentoo.org> dev-cpp/gtkmm/gtkmm-3.24.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/gtkmm/gtkmm-3.24.6-r1.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.6-r1.ebuild index 6baf34dcd2d2..78ea992f159e 100644 --- a/dev-cpp/gtkmm/gtkmm-3.24.6-r1.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.24.6-r1.ebuild @@ -24,7 +24,7 @@ RDEPEND=" >=dev-libs/libsigc++-2.3.2:2[gtk-doc?,${MULTILIB_USEDEP}] >=media-libs/libepoxy-1.2[${MULTILIB_USEDEP}] >=x11-libs/gdk-pixbuf-2.35.5:2[${MULTILIB_USEDEP}] - >=x11-libs/gtk+-3.24.0:3[aqua?,wayland?,X?,${MULTILIB_USEDEP}] + >=x11-libs/gtk+-3.24.0:3[aqua?,wayland?,X=,${MULTILIB_USEDEP}] " DEPEND="${RDEPEND}" BDEPEND="