Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/etc/portage/
Date: Mon, 01 Aug 2022 02:45:16
Message-Id: 1659321905.21233c699c1be8f055bcede52ab1b4eedb011507.blueness@gentoo
1 commit: 21233c699c1be8f055bcede52ab1b4eedb011507
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 02:45:05 2022 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 02:45:05 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=21233c69
7
8 make.conf: freeharbor.net is deprecated
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 core/etc/portage/make.conf.CYCLE.3 | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/core/etc/portage/make.conf.CYCLE.3 b/core/etc/portage/make.conf.CYCLE.3
16 index 04d42ad..4a0596f 100644
17 --- a/core/etc/portage/make.conf.CYCLE.3
18 +++ b/core/etc/portage/make.conf.CYCLE.3
19 @@ -2,5 +2,5 @@ CFLAGS="-O2 -pipe -fno-diagnostics-color"
20 CXXFLAGS="${CFLAGS}"
21 CHOST="x86_64-gentoo-linux-musl"
22 MAKEOPTS="-j4"
23 -PORTAGE_BINHOST="http://bluedragon.freeharbor.net/"
24 +PORTAGE_BINHOST="http://192.168.3.13/"
25 ACCEPT_LICENSE="linux-fw-redistributable no-source-code"