Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: dev-libs/openssl/files/
Date: Fri, 01 Jan 2021 14:47:03
Message-Id: 1609512396.126e93822e416999cbf7b5f5ec18e9de15b8061c.grobian@gentoo
1 commit: 126e93822e416999cbf7b5f5ec18e9de15b8061c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 14:46:36 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 14:46:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=126e9382
7
8 dev-libs/openssl: fix crucial typo in gentoo.config for arm64-macos
9
10 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 dev-libs/openssl/files/gentoo.config-1.0.2 | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/openssl/files/gentoo.config-1.0.2 b/dev-libs/openssl/files/gentoo.config-1.0.2
17 index 98cf8a92ad..a47829154e 100755
18 --- a/dev-libs/openssl/files/gentoo.config-1.0.2
19 +++ b/dev-libs/openssl/files/gentoo.config-1.0.2
20 @@ -1,5 +1,5 @@
21 #!/usr/bin/env bash
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25 #
26 # Openssl doesn't play along nicely with cross-compiling
27 @@ -149,7 +149,7 @@ darwin)
28 powerpc) machine=ppc-cc;;
29 i?86*) machine=i386-cc;;
30 x86_64) machine=x86_64-cc; system=${system}64;;
31 - arm64) machine=arm64-cc; system${system}64;;
32 + arm64) machine=arm64-cc; system=${system}64;;
33 esac
34 ;;
35 hpux)