summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/gap-pkg.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gap-pkg.eclass b/eclass/gap-pkg.eclass
index 5f91e2c2a0f1..0423c9e54ef2 100644
--- a/eclass/gap-pkg.eclass
+++ b/eclass/gap-pkg.eclass
@@ -56,8 +56,8 @@ HOMEPAGE="https://www.gap-system.org/Packages/${PN}.html"
# four somewhat differently since they are implicit dependencies of
# everything else in the GAP ecosystem.
_GAP_PKG_IS_REQUIRED=no
-case ${PN} in
- gapdoc|smallgrp|primgrp|transgrp)
+case ${CATEGORY}/${PN} in
+ dev-gap/gapdoc|dev-gap/smallgrp|dev-gap/primgrp|dev-gap/transgrp)
_GAP_PKG_IS_REQUIRED=yes
;;
*)