commit:     a2dac9ade8f4de948819ec2f78b5ba13ad160ea0
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Tue Jan  9 15:08:06 2024 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Tue Jan  9 15:10:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2dac9ad

app-shells/zsh-autocomplete: delete line to remove .git

Closes: https://bugs.gentoo.org/921627
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild 
b/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild
index 42a4d55042..34b6f15a77 100644
--- a/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild
+++ b/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild
@@ -27,8 +27,6 @@ at the end of your ~/.zshrc"
 
 src_install() {
        # Move repo/tarball folder to zsh "plugin folder"
-       # Remove .git in 9999 (update using portage)
-       [[ ${PV} == 9999 ]] && rm -r "${S}/.git" ||die
        mkdir -p "${ED}/usr/share/zsh/site-functions/" || die
        mv "${S}" "${ED}/usr/share/zsh/site-functions/${PN}"
 

Reply via email to