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 EF12F13835A for ; Thu, 17 Dec 2020 14:00:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EA0AE08C8; Thu, 17 Dec 2020 14:00:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 12333E08C4 for ; Thu, 17 Dec 2020 14:00:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6F1C9340E5C for ; Thu, 17 Dec 2020 14:00:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FE93CA for ; Thu, 17 Dec 2020 14:00:05 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1608213588.71364cb4698283622c1c28a77030c84084f0d685.leio@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.8.3.ebuild x11-wm/icewm/icewm-1.9.2.ebuild x11-wm/icewm/icewm-2.0.0.ebuild X-VCS-Directories: x11-wm/icewm/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 71364cb4698283622c1c28a77030c84084f0d685 X-VCS-Branch: master Date: Thu, 17 Dec 2020 14:00:05 +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: e9d603df-e222-4db2-8742-fbee1e10749a X-Archives-Hash: 7d79312b50938dfe9f988367facc24e6 commit: 71364cb4698283622c1c28a77030c84084f0d685 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Dec 17 13:51:28 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Dec 17 13:59:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71364cb4 x11-wm/icewm: simplify gdk-pixbuf-xlib dep Old versions of gdk-pixbuf carrying USE=X are gone, simplify dep. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> x11-wm/icewm/icewm-1.8.3.ebuild | 9 ++------- x11-wm/icewm/icewm-1.9.2.ebuild | 9 ++------- x11-wm/icewm/icewm-2.0.0.ebuild | 9 ++------- 3 files changed, 6 insertions(+), 21 deletions(-) diff --git a/x11-wm/icewm/icewm-1.8.3.ebuild b/x11-wm/icewm/icewm-1.8.3.ebuild index a9502b12ad7..acff330bc41 100644 --- a/x11-wm/icewm/icewm-1.8.3.ebuild +++ b/x11-wm/icewm/icewm-1.8.3.ebuild @@ -51,13 +51,8 @@ RDEPEND=" ) bidi? ( dev-libs/fribidi ) gdk-pixbuf? ( - || ( - ( - x11-libs/gdk-pixbuf-xlib - >=x11-libs/gdk-pixbuf-2.42.0:2 - ) - =x11-libs/gdk-pixbuf-2.42.0:2 ) !gdk-pixbuf? ( media-libs/libpng:0= diff --git a/x11-wm/icewm/icewm-1.9.2.ebuild b/x11-wm/icewm/icewm-1.9.2.ebuild index 1c8dd43ca85..bd966854030 100644 --- a/x11-wm/icewm/icewm-1.9.2.ebuild +++ b/x11-wm/icewm/icewm-1.9.2.ebuild @@ -51,13 +51,8 @@ RDEPEND=" ) bidi? ( dev-libs/fribidi ) gdk-pixbuf? ( - || ( - ( - x11-libs/gdk-pixbuf-xlib - >=x11-libs/gdk-pixbuf-2.42.0:2 - ) - =x11-libs/gdk-pixbuf-2.42.0:2 ) !gdk-pixbuf? ( media-libs/libpng:0= diff --git a/x11-wm/icewm/icewm-2.0.0.ebuild b/x11-wm/icewm/icewm-2.0.0.ebuild index 0dfca601ae2..e00f833b835 100644 --- a/x11-wm/icewm/icewm-2.0.0.ebuild +++ b/x11-wm/icewm/icewm-2.0.0.ebuild @@ -53,13 +53,8 @@ RDEPEND=" ) bidi? ( dev-libs/fribidi ) gdk-pixbuf? ( - || ( - ( - x11-libs/gdk-pixbuf-xlib - >=x11-libs/gdk-pixbuf-2.42.0:2 - ) - =x11-libs/gdk-pixbuf-2.42.0:2 ) !gdk-pixbuf? ( imlib? (