commit: 126e93822e416999cbf7b5f5ec18e9de15b8061c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 1 14:46:36 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jan 1 14:46:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=126e9382
dev-libs/openssl: fix crucial typo in gentoo.config for arm64-macos
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-libs/openssl/files/gentoo.config-1.0.2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/openssl/files/gentoo.config-1.0.2
b/dev-libs/openssl/files/gentoo.config-1.0.2
index 98cf8a92ad..a47829154e 100755
--- a/dev-libs/openssl/files/gentoo.config-1.0.2
+++ b/dev-libs/openssl/files/gentoo.config-1.0.2
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#
# Openssl doesn't play along nicely with cross-compiling
@@ -149,7 +149,7 @@ darwin)
powerpc) machine=ppc-cc;;
i?86*) machine=i386-cc;;
x86_64) machine=x86_64-cc; system=${system}64;;
- arm64) machine=arm64-cc; system${system}64;;
+ arm64) machine=arm64-cc; system=${system}64;;
esac
;;
hpux)