commit: 93afe80bee15f82d63af89ede15c2c3a4e78f004 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jan 14 12:21:52 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
