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 296BD13877A for ; Fri, 27 Jun 2014 22:17:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54873E0A5D; Fri, 27 Jun 2014 22:17:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDE90E0A5D for ; Fri, 27 Jun 2014 22:17:32 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB6A13401BF for ; Fri, 27 Jun 2014 22:17:31 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id B695B20054; Fri, 27 Jun 2014 22:17:30 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc/ppc64/32ul: make.defaults use.force use.mask X-VCS-Repository: gentoo-x86 X-VCS-Files: make.defaults use.force use.mask X-VCS-Directories: profiles/arch/powerpc/ppc64/32ul X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140627221730.B695B20054@flycatcher.gentoo.org> Date: Fri, 27 Jun 2014 22:17:30 +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: 9e348c93-bbbe-4376-8f9d-a36b9ad7498f X-Archives-Hash: 7c5ab891504ec7ce5af9be4e9504abfc mgorny 14/06/27 22:17:30 Modified: make.defaults use.force use.mask Log: Clean up multilib flags. Add ABI values to the ppc32 profile for consistency with ppc64 profiles. Revision Changes Path 1.3 profiles/arch/powerpc/ppc64/32ul/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults?r1=1.2&r2=1.3 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- make.defaults 7 Jul 2008 01:32:51 -0000 1.2 +++ make.defaults 27 Jun 2014 22:17:30 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults,v 1.2 2008/07/07 01:32:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults,v 1.3 2014/06/27 22:17:30 mgorny Exp $ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. @@ -12,3 +12,6 @@ DEFAULT_ABI="ppc" ACCEPT_KEYWORDS="${ARCH} -ppc64" +# Michał Górny (27 Jun 2014) +# Make the ABI flag implicit for compatibility with native ebuilds. +IUSE_IMPLICIT="abi_ppc_32 -abi_ppc_64" 1.2 profiles/arch/powerpc/ppc64/32ul/use.force file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.force?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.force?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.force?r1=1.1&r2=1.2 Index: use.force =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.force,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- use.force 21 Sep 2008 00:11:59 -0000 1.1 +++ use.force 27 Jun 2014 22:17:30 -0000 1.2 @@ -3,3 +3,8 @@ # Unforce the flag which corresponds to the 64-bit ARCH. -ppc64 + +# Michał Górny (27 Jun 2014) +# Switch multilib flags for the ABI. +-abi_ppc_64 +abi_ppc_32 1.3 profiles/arch/powerpc/ppc64/32ul/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.mask?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.mask?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.mask?r1=1.2&r2=1.3 Index: use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.mask,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- use.mask 21 Sep 2008 00:11:59 -0000 1.2 +++ use.mask 27 Jun 2014 22:17:30 -0000 1.3 @@ -6,3 +6,8 @@ # We mask this since we're not really a multilib profile multilib + +# Michał Górny (27 Jun 2014) +# Switch multilib flags for the ABI. +abi_ppc_64 +-abi_ppc_32