From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1EB4159CAD for ; Fri, 1 Apr 2016 01:51:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B049F21C0C5; Fri, 1 Apr 2016 01:51:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B0D821C0C5 for ; Fri, 1 Apr 2016 01:51:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B40E3340D22 for ; Fri, 1 Apr 2016 01:51:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E2A12C9 for ; Fri, 1 Apr 2016 01:51:37 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1459475435.80e77cead2924c6604628dc00c5e1196dd7cca78.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/x32/make.defaults X-VCS-Directories: profiles/arch/amd64/x32/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 80e77cead2924c6604628dc00c5e1196dd7cca78 X-VCS-Branch: master Date: Fri, 1 Apr 2016 01:51:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0e7caf0b-5815-4aaa-a33a-21bc80121644 X-Archives-Hash: ae01c1d5ed0c670f1173f42af7790fa4 commit: 80e77cead2924c6604628dc00c5e1196dd7cca78 Author: Mike Frysinger gentoo org> AuthorDate: Fri Apr 1 01:49:57 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Apr 1 01:50:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e77cea profiles: x32: drop custom collision settings Use the same default settings as all other profiles. This also fixes build errors where collisions are hit due to orphaned files. profiles/arch/amd64/x32/make.defaults | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiles/arch/amd64/x32/make.defaults b/profiles/arch/amd64/x32/make.defaults index 9288ceb..d06c616 100644 --- a/profiles/arch/amd64/x32/make.defaults +++ b/profiles/arch/amd64/x32/make.defaults @@ -6,8 +6,6 @@ DEFAULT_ABI="x32" ABI="x32" MULTILIB_ABIS="amd64 x86 x32" -FEATURES="collision-protect multilib-strict" - SYMLINK_LIB="no" # Michał Górny (01 Jul 2014)