Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Sat, 04 Jan 2020 10:44:35
Message-Id: 1578134663.911922f8c776ac079c660244e3678e94837c2f1e.grobian@gentoo
1 commit: 911922f8c776ac079c660244e3678e94837c2f1e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 4 10:44:23 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 10:44:23 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=911922f8
7
8 travis: follow libressl activation instructions on macOS
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 .travis.yml | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/.travis.yml b/.travis.yml
16 index 577c2b0..bc12463 100644
17 --- a/.travis.yml
18 +++ b/.travis.yml
19 @@ -29,6 +29,8 @@ matrix:
20 - compiler: clang
21 os: osx
22 env:
23 + - LDFLAGS="-L/usr/local/opt/libressl/lib"
24 + - CPPFLAGS="-I/usr/local/opt/libressl/include"
25 - PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
26 - PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH"