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 AE27A1382C5 for ; Sat, 6 Mar 2021 00:02:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7AEEE08F3; Sat, 6 Mar 2021 00:02:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C17A6E08F3 for ; Sat, 6 Mar 2021 00:02:57 +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 77C2F33BE3F for ; Sat, 6 Mar 2021 00:02:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3158581 for ; Sat, 6 Mar 2021 00:02:54 +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: <1614988968.daec2f4a6bc7ac4d1371bf5e08a073fd2260e401.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lutris/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/lutris/lutris-9999.ebuild X-VCS-Directories: games-util/lutris/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: daec2f4a6bc7ac4d1371bf5e08a073fd2260e401 X-VCS-Branch: master Date: Sat, 6 Mar 2021 00:02:54 +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: e6873702-6cf7-4592-8408-2e144c711c11 X-Archives-Hash: b5f87a43828dbf79d95634b94e856546 commit: daec2f4a6bc7ac4d1371bf5e08a073fd2260e401 Author: Kamal Ahmad pm me> AuthorDate: Fri Feb 19 16:15:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 6 00:02:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daec2f4a games-util/lutris: Add dev-python/lxml and x11-libs/gdk-pixbuf[jpeg] to RDEPEND Signed-off-by: Kamal Ahmad pm.me> Closes: https://github.com/gentoo/gentoo/pull/19544 Signed-off-by: Sam James gentoo.org> games-util/lutris/lutris-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-util/lutris/lutris-9999.ebuild b/games-util/lutris/lutris-9999.ebuild index b736e697168..34b70e09b20 100644 --- a/games-util/lutris/lutris-9999.ebuild +++ b/games-util/lutris/lutris-9999.ebuild @@ -45,6 +45,7 @@ RDEPEND=" dev-python/python-magic[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] ') gnome-base/gnome-desktop:3[introspection] media-sound/fluid-soundfont @@ -55,6 +56,7 @@ RDEPEND=" x11-apps/xrandr x11-libs/gtk+:3[introspection] x11-libs/libnotify[introspection] + x11-libs/gdk-pixbuf[jpeg] " python_install_all() {