commit: 62fae45cf187e53efea046d8036bcd65b75c858e Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Jan 14 01:19:22 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Jan 22 11:29:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62fae45c
gap-pkg.eclass: remove leading whitespace Suggested-by: Michał Górny <mgorny <AT> gentoo.org> Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> eclass/gap-pkg.eclass | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/eclass/gap-pkg.eclass b/eclass/gap-pkg.eclass index fb935c6f1044..8dc0e6e55b01 100644 --- a/eclass/gap-pkg.eclass +++ b/eclass/gap-pkg.eclass @@ -58,8 +58,8 @@ HOMEPAGE="https://www.gap-system.org/Packages/${PN}.html" _GAP_PKG_IS_REQUIRED=no case "${PN}" in gapdoc|smallgrp|primgrp|transgrp) - _GAP_PKG_IS_REQUIRED=yes - ;; + _GAP_PKG_IS_REQUIRED=yes + ;; *) ;; esac @@ -75,11 +75,11 @@ _GAP_PKG_RDEPEND="sci-mathematics/gap" # The four "required" packages depend only on GAP itself, while every # other package depends (also) on the four required ones. if [[ "${_GAP_PKG_IS_REQUIRED}" = "no" ]]; then - _GAP_PKG_RDEPEND+=" - dev-gap/gapdoc - dev-gap/smallgrp - dev-gap/primgrp - dev-gap/transgrp" + _GAP_PKG_RDEPEND+=" + dev-gap/gapdoc + dev-gap/smallgrp + dev-gap/primgrp + dev-gap/transgrp" fi RDEPEND="${_GAP_PKG_RDEPEND}"
