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.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 A0D7915813A for ; Tue, 14 Jan 2025 12:24:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6417BE07F6; Tue, 14 Jan 2025 12:24:14 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 0C6D7E07F6 for ; Tue, 14 Jan 2025 12:24:14 +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 E8FBF340C76 for ; Tue, 14 Jan 2025 12:24:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52F9620DB for ; Tue, 14 Jan 2025 12:24:11 +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: <1736857312.93afe80bee15f82d63af89ede15c2c3a4e78f004.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git/git-2.48.0-r1.ebuild dev-vcs/git/git-2.48.0-r2.ebuild dev-vcs/git/git-9999-r2.ebuild dev-vcs/git/git-9999-r3.ebuild X-VCS-Directories: dev-vcs/git/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 93afe80bee15f82d63af89ede15c2c3a4e78f004 X-VCS-Branch: master Date: Tue, 14 Jan 2025 12:24:11 +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: b1b8e4a8-0f67-48d5-bdf1-bcc592db7f80 X-Archives-Hash: f5e75ca6731db8c3532584874c554e33 commit: 93afe80bee15f82d63af89ede15c2c3a4e78f004 Author: Sam James gentoo org> AuthorDate: Tue Jan 14 12:21:52 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 14 12:21:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93afe80b dev-vcs/git: restore git-gui too for USE=tk Closes: https://bugs.gentoo.org/947918 Signed-off-by: Sam James gentoo.org> dev-vcs/git/{git-2.48.0-r1.ebuild => git-2.48.0-r2.ebuild} | 2 ++ dev-vcs/git/git-9999-r2.ebuild | 2 ++ dev-vcs/git/git-9999-r3.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/dev-vcs/git/git-2.48.0-r1.ebuild b/dev-vcs/git/git-2.48.0-r2.ebuild similarity index 99% rename from dev-vcs/git/git-2.48.0-r1.ebuild rename to dev-vcs/git/git-2.48.0-r2.ebuild index 2097a69cfdab..ada3bd37529c 100644 --- a/dev-vcs/git/git-2.48.0-r1.ebuild +++ b/dev-vcs/git/git-2.48.0-r2.ebuild @@ -253,6 +253,7 @@ src_compile() { if use tk ; then git_emake -C gitk-git + git_emake -C git-gui fi if use doc ; then @@ -432,6 +433,7 @@ src_install() { if use tk ; then git_emake -C gitk-git DESTDIR="${D}" install + git_emake -C git-gui DESTDIR="${D}" install fi perl_delete_localpod diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index 2097a69cfdab..ada3bd37529c 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -253,6 +253,7 @@ src_compile() { if use tk ; then git_emake -C gitk-git + git_emake -C git-gui fi if use doc ; then @@ -432,6 +433,7 @@ src_install() { if use tk ; then git_emake -C gitk-git DESTDIR="${D}" install + git_emake -C git-gui DESTDIR="${D}" install fi perl_delete_localpod diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index 2097a69cfdab..ada3bd37529c 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -253,6 +253,7 @@ src_compile() { if use tk ; then git_emake -C gitk-git + git_emake -C git-gui fi if use doc ; then @@ -432,6 +433,7 @@ src_install() { if use tk ; then git_emake -C gitk-git DESTDIR="${D}" install + git_emake -C git-gui DESTDIR="${D}" install fi perl_delete_localpod