commit: 539606eab3df9987f76778505c08e190b42ddb0d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 12 20:01:34 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 12 20:01:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539606ea
toolchain.eclass: fix indentation
Reported by negril.
Fixes: 14e674bb7a8cb8aa50498582e392d0ecd21f2d4a
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/toolchain.eclass | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 2d479c9c7267..e365269d1c18 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -429,15 +429,15 @@ if [[ ${PN} != gnat-gpl ]] && tc_has_feature ada ; then
)
"
else
- BDEPEND+="
- ada? (
- || (
- sys-devel/gcc:${SLOT}[ada]
- <sys-devel/gcc-${SLOT}[ada]
- <dev-lang/ada-bootstrap-${SLOT}
- )
- )
- "
+ BDEPEND+="
+ ada? (
+ || (
+ sys-devel/gcc:${SLOT}[ada]
+ <sys-devel/gcc-${SLOT}[ada]
+ <dev-lang/ada-bootstrap-${SLOT}
+ )
+ )
+ "
fi
fi