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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D86A138359 for ; Sat, 14 Nov 2020 16:46:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDC71E03EC; Sat, 14 Nov 2020 16:46:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD439E03EC for ; Sat, 14 Nov 2020 16:46:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABFD4341094 for ; Sat, 14 Nov 2020 16:46:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D0E32CA for ; Sat, 14 Nov 2020 16:46:46 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1605372402.e1906d5114232710a4a4d4d201764137870f7197.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/icewm/icewm-1.7.0.ebuild x11-wm/icewm/icewm-1.8.3.ebuild x11-wm/icewm/icewm-1.9.1.ebuild x11-wm/icewm/icewm-1.9.2.ebuild X-VCS-Directories: x11-wm/icewm/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e1906d5114232710a4a4d4d201764137870f7197 X-VCS-Branch: master Date: Sat, 14 Nov 2020 16:46:46 +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: 122bb936-7fb9-45b1-b34e-c226119061ab X-Archives-Hash: 24ae5a76813673e485119139eda170c2 commit: e1906d5114232710a4a4d4d201764137870f7197 Author: Lars Wendler gentoo org> AuthorDate: Sat Nov 14 16:46:20 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Nov 14 16:46:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1906d51 x11-wm/icewm: Fixed x11-libs/gdk-pixbuf dependency Closes: https://bugs.gentoo.org/753890 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> x11-wm/icewm/icewm-1.7.0.ebuild | 8 +++++++- x11-wm/icewm/icewm-1.8.3.ebuild | 8 +++++++- x11-wm/icewm/icewm-1.9.1.ebuild | 8 +++++++- x11-wm/icewm/icewm-1.9.2.ebuild | 8 +++++++- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/x11-wm/icewm/icewm-1.7.0.ebuild b/x11-wm/icewm/icewm-1.7.0.ebuild index beecb5b1f55..a9502b12ad7 100644 --- a/x11-wm/icewm/icewm-1.7.0.ebuild +++ b/x11-wm/icewm/icewm-1.7.0.ebuild @@ -51,7 +51,13 @@ RDEPEND=" ) bidi? ( dev-libs/fribidi ) gdk-pixbuf? ( - x11-libs/gdk-pixbuf:2[X] + || ( + ( + x11-libs/gdk-pixbuf-xlib + >=x11-libs/gdk-pixbuf-2.42.0:2 + ) + =x11-libs/gdk-pixbuf-2.42.0:2 + ) +