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 AC7871382C5 for ; Thu, 26 Nov 2020 03:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51976E092C; Thu, 26 Nov 2020 03:42:07 +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 E123FE092B for ; Thu, 26 Nov 2020 03:42:06 +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 6EED03412E7 for ; Thu, 26 Nov 2020 03:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D167E46A for ; Thu, 26 Nov 2020 03:42:03 +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: <1606362112.e44f14edb55479efe0b789034a5106ad3e9ce7f5.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/menulibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/menulibre/menulibre-2.2.1-r1.ebuild x11-misc/menulibre/menulibre-2.2.1-r2.ebuild X-VCS-Directories: x11-misc/menulibre/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e44f14edb55479efe0b789034a5106ad3e9ce7f5 X-VCS-Branch: master Date: Thu, 26 Nov 2020 03:42:03 +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: 542ba9c6-7f58-417e-a543-18e821d96fba X-Archives-Hash: 5ab708fab92eedbcf0e7531a79ee1dda commit: e44f14edb55479efe0b789034a5106ad3e9ce7f5 Author: Matt Turner gentoo org> AuthorDate: Thu Nov 26 03:19:04 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 26 03:41:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44f14ed x11-misc/menulibre: update gdk-pixbuf dep Closes: https://bugs.gentoo.org/753911 Signed-off-by: Matt Turner gentoo.org> .../{menulibre-2.2.1-r1.ebuild => menulibre-2.2.1-r2.ebuild} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x11-misc/menulibre/menulibre-2.2.1-r1.ebuild b/x11-misc/menulibre/menulibre-2.2.1-r2.ebuild similarity index 92% rename from x11-misc/menulibre/menulibre-2.2.1-r1.ebuild rename to x11-misc/menulibre/menulibre-2.2.1-r2.ebuild index c6a12203f65..6efa9c39cca 100644 --- a/x11-misc/menulibre/menulibre-2.2.1-r1.ebuild +++ b/x11-misc/menulibre/menulibre-2.2.1-r2.ebuild @@ -25,7 +25,13 @@ RDEPEND=" dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/pyxdg[${PYTHON_USEDEP}] gnome-base/gnome-menus[introspection] - x11-libs/gdk-pixbuf[X,introspection] + || ( + ( + x11-libs/gdk-pixbuf-xlib + >=x11-libs/gdk-pixbuf-2.42.0:2[introspection] + ) +