diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-28 09:56:26 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-28 09:56:26 +0000 |
commit | c697b851f44c5b8e7219a4e498da8927bd12716d (patch) | |
tree | 285618d135ed128989b59a246afc8cb1c6de9483 /eclass | |
parent | Mask dev-ruby/mail:2.4 slot. (diff) | |
download | gentoo-2-c697b851f44c5b8e7219a4e498da8927bd12716d.tar.gz gentoo-2-c697b851f44c5b8e7219a4e498da8927bd12716d.tar.bz2 gentoo-2-c697b851f44c5b8e7219a4e498da8927bd12716d.zip |
Enable multilib flags for ppc. Since ppc profiles are not multilib at the moment, this should not create any new issues.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/multilib-build.eclass | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 615c639bed22..0e65a2095861 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1302 2014/06/27 07:26:18 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1303 2014/06/28 09:56:25 mgorny Exp $ + + 28 Jun 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: + Enable multilib flags for ppc. Since ppc profiles are not multilib at the + moment, this should not create any new issues. 27 Jun 2014; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: Disable QA warning on '--with-compiler' passed by 'dev-haskell/cabal' (bug diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index 65f79a5f1881..268bf04dc7c5 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.56 2014/06/08 13:57:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.57 2014/06/28 09:56:26 mgorny Exp $ # @ECLASS: multilib-build.eclass # @MAINTAINER: @@ -44,6 +44,8 @@ _MULTILIB_FLAGS=( abi_mips_n32:n32 abi_mips_n64:n64 abi_mips_o32:o32 + abi_ppc_32:ppc + abi_ppc_64:ppc64 ) # @ECLASS-VARIABLE: MULTILIB_COMPAT |