summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2019-05-17 17:32:11 +0200
committerMike Gilbert <floppym@gentoo.org>2019-05-17 15:33:27 -0400
commitbdc32ed6df2ab70bf9bcfa967620054eb448be31 (patch)
treeb0d504cac4ebc9bb543d8ea74e6bb2a066403b47 /eclass/multilib-build.eclass
parentprofiles: Fix typo (sys-fs/dbus -> sys-apps/dbus) and improve explanation. (diff)
downloadgentoo-bdc32ed6df2ab70bf9bcfa967620054eb448be31.tar.gz
gentoo-bdc32ed6df2ab70bf9bcfa967620054eb448be31.tar.bz2
gentoo-bdc32ed6df2ab70bf9bcfa967620054eb448be31.zip
multilib-build.eclass: Fix indentation in generated headers.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'eclass/multilib-build.eclass')
-rw-r--r--eclass/multilib-build.eclass34
1 files changed, 17 insertions, 17 deletions
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
index 97fc05b23540..00f02df98fdf 100644
--- a/eclass/multilib-build.eclass
+++ b/eclass/multilib-build.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2013-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: multilib-build.eclass
@@ -481,38 +481,38 @@ multilib_prepare_wrappers() {
#elif defined(__i386__) /* plain x86 */
# error "abi_x86_32 not supported by the package."
#elif defined(__mips__)
-# if(_MIPS_SIM == _ABIN32) /* n32 */
-# error "abi_mips_n32 not supported by the package."
-# elif(_MIPS_SIM == _ABI64) /* n64 */
-# error "abi_mips_n64 not supported by the package."
-# elif(_MIPS_SIM == _ABIO32) /* o32 */
-# error "abi_mips_o32 not supported by the package."
-# endif
+# if(_MIPS_SIM == _ABIN32) /* n32 */
+# error "abi_mips_n32 not supported by the package."
+# elif(_MIPS_SIM == _ABI64) /* n64 */
+# error "abi_mips_n64 not supported by the package."
+# elif(_MIPS_SIM == _ABIO32) /* o32 */
+# error "abi_mips_o32 not supported by the package."
+# endif
#elif defined(__riscv)
# if defined(__riscv_float_abi_double)
-# error "abi_riscv_lp64d not supported by the package."
+# error "abi_riscv_lp64d not supported by the package."
# elif defined(__riscv_float_abi_single)
-# error "abi_riscv_lp64f not supported by the package."
+# error "abi_riscv_lp64f not supported by the package."
# else
-# error "abi_riscv_lp64 not supported by the package."
+# error "abi_riscv_lp64 not supported by the package."
# endif
#elif defined(__sparc__)
# if defined(__arch64__)
-# error "abi_sparc_64 not supported by the package."
+# error "abi_sparc_64 not supported by the package."
# else
-# error "abi_sparc_32 not supported by the package."
+# error "abi_sparc_32 not supported by the package."
# endif
#elif defined(__s390__)
# if defined(__s390x__)
-# error "abi_s390_64 not supported by the package."
+# error "abi_s390_64 not supported by the package."
# else
-# error "abi_s390_32 not supported by the package."
+# error "abi_s390_32 not supported by the package."
# endif
#elif defined(__powerpc__) || defined(__ppc__)
# if defined(__powerpc64__) || defined(__ppc64__)
-# error "abi_ppc_64 not supported by the package."
+# error "abi_ppc_64 not supported by the package."
# else
-# error "abi_ppc_32 not supported by the package."
+# error "abi_ppc_32 not supported by the package."
# endif
#elif defined(SWIG) /* https://sourceforge.net/p/swig/bugs/799/ */
# error "Native ABI not supported by the package."