net-misc/openssh: relax restriction on gcc-config version

For SDK build gcc-config version does not matter (build succedes)
so relax the restriction to fix the SDK build.

BUG=b/278627330,b/278802165,b/278136734,b/278627283
TEST=presubmit
RELEASE_NOTE=None

Change-Id: I8dcd4e4e04052b630aab768a4cc2d35b9a1eecaf
Reviewed-on: https://cos-review.googlesource.com/c/third_party/overlays/portage-stable/+/47208
Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
diff --git a/net-misc/openssh/openssh-9.3_p1-r2.ebuild b/net-misc/openssh/openssh-9.3_p1-r2.ebuild
new file mode 120000
index 0000000..ffd34ff
--- /dev/null
+++ b/net-misc/openssh/openssh-9.3_p1-r2.ebuild
@@ -0,0 +1 @@
+openssh-9.3_p1.ebuild
\ No newline at end of file
diff --git a/net-misc/openssh/openssh-9.3_p1.ebuild b/net-misc/openssh/openssh-9.3_p1.ebuild
index 50272ef..4e2d3a4 100644
--- a/net-misc/openssh/openssh-9.3_p1.ebuild
+++ b/net-misc/openssh/openssh-9.3_p1.ebuild
@@ -71,7 +71,6 @@
 
 # Blocker on older gcc-config for bug #872416
 LIB_DEPEND="
-	!<sys-devel/gcc-config-2.6
 	audit? ( sys-process/audit[static-libs(+)] )
 	ldns? (
 		net-libs/ldns[static-libs(+)]
@@ -107,7 +106,7 @@
 	sys-devel/autoconf
 	virtual/pkgconfig
 	|| (
-		>=sys-devel/gcc-config-2.6
+		sys-devel/gcc-config
 		>=sys-devel/clang-toolchain-symlinks-14-r1:14
 		>=sys-devel/clang-toolchain-symlinks-15-r1:15
 		>=sys-devel/clang-toolchain-symlinks-16-r1:*