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 8F02D1582EF for ; Mon, 10 Feb 2025 19:12:05 +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 88EBE3432AD for ; Mon, 10 Feb 2025 19:10:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A494511042D; Mon, 10 Feb 2025 19:10:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 9C89511042D for ; Mon, 10 Feb 2025 19:10:11 +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 4EC8134323D for ; Mon, 10 Feb 2025 19:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD1A0E65 for ; Mon, 10 Feb 2025 19:10:09 +0000 (UTC) From: "Blake Batson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Blake Batson" Message-ID: <1739214591.149d175f289f6af235d8f9bd1c52f75d47f79dd2.bbatson101@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: bbatson101 X-VCS-Committer-Name: Blake Batson X-VCS-Revision: 149d175f289f6af235d8f9bd1c52f75d47f79dd2 X-VCS-Branch: dev Date: Mon, 10 Feb 2025 19:10:09 +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: 74967169-bd25-4234-8418-d543cfd7c121 X-Archives-Hash: 0842caec5e78be75f30617554b85a667 commit: 149d175f289f6af235d8f9bd1c52f75d47f79dd2 Author: Blake Batson gmail com> AuthorDate: Mon Feb 10 17:12:34 2025 +0000 Commit: Blake Batson 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 "