Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496458 - app-vim/gentoo-syntax - stop flagging EXPORT_FUNCTIONS $var as error
Summary: app-vim/gentoo-syntax - stop flagging EXPORT_FUNCTIONS $var as error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-30 01:43 UTC by Ryan Hill (RETIRED)
Modified: 2014-11-29 07:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2013-12-30 01:43:31 UTC
EXPORTED_FUNCTIONS="pkg_setup src_unpack src_compile src_test src_install pkg_postinst pkg_postrm"
 case ${EAPI:-0} in
     0|1)    ;;
     2|3)    EXPORTED_FUNCTIONS+=" src_prepare src_configure" ;;
     4*|5*)  EXPORTED_FUNCTIONS+=" pkg_pretend src_prepare src_configure" ;;
     *)      die "I don't speak EAPI ${EAPI}."
 esac
 EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS}


currently I get ${EXPORTED_FUNCTIONS} flagged as an error.
Comment 1 Tim Harder gentoo-dev 2014-11-29 07:20:26 UTC
Fixed in git.