summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-01-13 20:19:22 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:29:19 -0500
commit62fae45cf187e53efea046d8036bcd65b75c858e (patch)
treeab1f604fef7333086a20bb028375d1eac82f3933 /eclass/gap-pkg.eclass
parentgap-pkg.eclass: add missing die (diff)
downloadgentoo-62fae45cf187e53efea046d8036bcd65b75c858e.tar.gz
gentoo-62fae45cf187e53efea046d8036bcd65b75c858e.tar.bz2
gentoo-62fae45cf187e53efea046d8036bcd65b75c858e.zip
gap-pkg.eclass: remove leading whitespace
Suggested-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'eclass/gap-pkg.eclass')
-rw-r--r--eclass/gap-pkg.eclass14
1 files 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}"