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 A368E1382C5 for ; Thu, 8 Apr 2021 17:21:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB659E086B; Thu, 8 Apr 2021 17:21:03 +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 B72FAE086B for ; Thu, 8 Apr 2021 17:21:03 +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 63122340DCB for ; Thu, 8 Apr 2021 17:21:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C27A6642 for ; Thu, 8 Apr 2021 17:20:59 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1617891505.13600b88e6c0aabc9e3c6e7fd4d4fe912b26a2c2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/itch-bin/itch-bin-25.4.0.ebuild games-util/itch-bin/itch-bin-25.4.1.ebuild X-VCS-Directories: games-util/itch-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 13600b88e6c0aabc9e3c6e7fd4d4fe912b26a2c2 X-VCS-Branch: master Date: Thu, 8 Apr 2021 17:20:59 +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: b428156e-a4e3-4b91-8547-ce502a5cb5ec X-Archives-Hash: 3cd731f63e9f5aae375a516eb40782f2 commit: 13600b88e6c0aabc9e3c6e7fd4d4fe912b26a2c2 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Thu Apr 8 14:18:25 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 8 14:18:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13600b88 games-util/itch-bin: Add dependency: x11-libs/libXtst. Closes: https://bugs.gentoo.org/780978 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> games-util/itch-bin/itch-bin-25.4.0.ebuild | 3 ++- games-util/itch-bin/itch-bin-25.4.1.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/games-util/itch-bin/itch-bin-25.4.0.ebuild b/games-util/itch-bin/itch-bin-25.4.0.ebuild index abd7f7d93..290e04f54 100644 --- a/games-util/itch-bin/itch-bin-25.4.0.ebuild +++ b/games-util/itch-bin/itch-bin-25.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,7 @@ SLOT="0" BDEPEND="|| ( app-arch/zip app-arch/unzip )" RDEPEND=" x11-libs/gtk+:3[X,cups] + x11-libs/libXtst gnome-base/gconf dev-libs/nss media-libs/alsa-lib diff --git a/games-util/itch-bin/itch-bin-25.4.1.ebuild b/games-util/itch-bin/itch-bin-25.4.1.ebuild index 6eee90584..1df8a51fa 100644 --- a/games-util/itch-bin/itch-bin-25.4.1.ebuild +++ b/games-util/itch-bin/itch-bin-25.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,7 @@ SLOT="0" BDEPEND="|| ( app-arch/zip app-arch/unzip )" RDEPEND=" x11-libs/gtk+:3[X,cups] + x11-libs/libXtst gnome-base/gconf dev-libs/nss media-libs/alsa-lib