commit:     5ef537105676ebcfbe542ef6d626162fb10c35ba
Author:     Anna (navi) Figueiredo Gomes <navi <AT> vlhl <DOT> dev>
AuthorDate: Fri Feb 28 13:25:01 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 13:27:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef53710

net-misc/openssh: fix syntax error in profile.d script

Signed-off-by: Anna (navi) Figueiredo Gomes <navi <AT> vlhl.dev>
Closes: https://github.com/gentoo/gentoo/pull/40811
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/openssh/files/ssh-agent.sh                                     | 2 +-
 net-misc/openssh/{openssh-9.9_p2-r1.ebuild => openssh-9.9_p2-r2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/files/ssh-agent.sh 
b/net-misc/openssh/files/ssh-agent.sh
index 94d21d8be8e7..fc241019125a 100644
--- a/net-misc/openssh/files/ssh-agent.sh
+++ b/net-misc/openssh/files/ssh-agent.sh
@@ -1,7 +1,7 @@
 # Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License, v2 or later
 #
-if [ -f /run/openrc/softlevel ] && [ -z "$SSH_AUTH_SOCK" ]
+if [ -f /run/openrc/softlevel ] && [ -z "$SSH_AUTH_SOCK" ] \
                && rc-service --user --exists ssh-agent 2>&1 >/dev/null; then
        export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.sock"
 fi

diff --git a/net-misc/openssh/openssh-9.9_p2-r1.ebuild 
b/net-misc/openssh/openssh-9.9_p2-r2.ebuild
similarity index 100%
rename from net-misc/openssh/openssh-9.9_p2-r1.ebuild
rename to net-misc/openssh/openssh-9.9_p2-r2.ebuild

Reply via email to