. "${GRIMOIRE}/FUNCTIONS" &&
if [ -n "$GPG_LANG" ]; then
  persistent_remove GPG_LANG
fi &&
if is_version_less "${VERSION}" "2.0.0"; then
config_query GPG_LANG_CXX "build C++ bindings" y
else
  persistent_remove GPG_LANG_CXX
fi
