diff options
-rw-r--r-- | eclass/gap-pkg.eclass | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/eclass/gap-pkg.eclass b/eclass/gap-pkg.eclass index 0423c9e54ef2..cc80d5bf1ba8 100644 --- a/eclass/gap-pkg.eclass +++ b/eclass/gap-pkg.eclass @@ -108,18 +108,6 @@ _gap-pkg_gaproot() { echo "${ESYSROOT}/usr/$(get_libdir)/gap" } -# @FUNCTION: _gap-pkg_gaparch -# @INTERNAL -# @USAGE: -# @DESCRIPTION: -# Return the variable $GAParch from sysinfo.gap. GAP packages put their -# executables and libraries in bin/$GAParch, and to accomplish that, we -# sometimes need to pass $GAParch to the build system. -_gap-pkg_gaparch() { - # Use a subshell so we don't pollute the environment. - ( . $(_gap-pkg_gaproot)/sysinfo.gap && echo "${GAParch}" ) -} - # @FUNCTION: gap-pkg_econf # @USAGE: [extra econf args] # @DESCRIPTION: |