Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
Date: Fri, 01 Apr 2016 01:51:46
Message-Id: 1459475435.80e77cead2924c6604628dc00c5e1196dd7cca78.vapier@gentoo
1 commit: 80e77cead2924c6604628dc00c5e1196dd7cca78
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 01:49:57 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 01:50:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e77cea
7
8 profiles: x32: drop custom collision settings
9
10 Use the same default settings as all other profiles. This also fixes
11 build errors where collisions are hit due to orphaned files.
12
13 profiles/arch/amd64/x32/make.defaults | 2 --
14 1 file changed, 2 deletions(-)
15
16 diff --git a/profiles/arch/amd64/x32/make.defaults b/profiles/arch/amd64/x32/make.defaults
17 index 9288ceb..d06c616 100644
18 --- a/profiles/arch/amd64/x32/make.defaults
19 +++ b/profiles/arch/amd64/x32/make.defaults
20 @@ -6,8 +6,6 @@ DEFAULT_ABI="x32"
21 ABI="x32"
22 MULTILIB_ABIS="amd64 x86 x32"
23
24 -FEATURES="collision-protect multilib-strict"
25 -
26 SYMLINK_LIB="no"
27
28 # Michał Górny <mgorny@g.o> (01 Jul 2014)