From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4879B1582EF for ; Tue, 11 Feb 2025 11:12:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3579E343167 for ; Tue, 11 Feb 2025 11:12:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E6641110473; Tue, 11 Feb 2025 11:12:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DDF90110473 for ; Tue, 11 Feb 2025 11:12:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70F8B343129 for ; Tue, 11 Feb 2025 11:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C052527F5 for ; Tue, 11 Feb 2025 11:12:45 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1739214591.149d175f289f6af235d8f9bd1c52f75d47f79dd2.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/steamtinkerlaunch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/steamtinkerlaunch/steamtinkerlaunch-12.12.ebuild games-util/steamtinkerlaunch/steamtinkerlaunch-9999.ebuild X-VCS-Directories: games-util/steamtinkerlaunch/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 149d175f289f6af235d8f9bd1c52f75d47f79dd2 X-VCS-Branch: master Date: Tue, 11 Feb 2025 11:12:45 +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: 54969756-7dfa-4a94-883c-f947f7c064fe X-Archives-Hash: 0f94bee6944622403c3a898db7456a52 commit: 149d175f289f6af235d8f9bd1c52f75d47f79dd2 Author: Blake Batson gmail com> AuthorDate: Mon Feb 10 17:12:34 2025 +0000 Commit: David Roman gmail com> CommitDate: Mon Feb 10 19:09:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=149d175f games-util/steamtinkerlaunch: Allow building with vim-core Signed-off-by: Blake Batson gmail.com> games-util/steamtinkerlaunch/steamtinkerlaunch-12.12.ebuild | 2 +- games-util/steamtinkerlaunch/steamtinkerlaunch-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/steamtinkerlaunch/steamtinkerlaunch-12.12.ebuild b/games-util/steamtinkerlaunch/steamtinkerlaunch-12.12.ebuild index 65e3ddb22..3a1d53992 100644 --- a/games-util/steamtinkerlaunch/steamtinkerlaunch-12.12.ebuild +++ b/games-util/steamtinkerlaunch/steamtinkerlaunch-12.12.ebuild @@ -27,7 +27,7 @@ BDEPEND=" x11-misc/xdotool x11-apps/xprop x11-apps/xrandr - dev-util/xxd + || ( app-editors/vim-core dev-util/xxd ) x11-apps/xwininfo >=gnome-extra/yad-7.2 " diff --git a/games-util/steamtinkerlaunch/steamtinkerlaunch-9999.ebuild b/games-util/steamtinkerlaunch/steamtinkerlaunch-9999.ebuild index 993023f90..49a714b05 100644 --- a/games-util/steamtinkerlaunch/steamtinkerlaunch-9999.ebuild +++ b/games-util/steamtinkerlaunch/steamtinkerlaunch-9999.ebuild @@ -27,7 +27,7 @@ BDEPEND=" x11-misc/xdotool x11-apps/xprop x11-apps/xrandr - dev-util/xxd + || ( app-editors/vim-core dev-util/xxd ) x11-apps/xwininfo >=gnome-extra/yad-7.2 "