mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
selinux-policy-2.eclass: Pass multiple arguments to EXPORT_FUNCTIONS
This seems to be the only eclass that passes a single string instead of multiple arguments.
This commit is contained in:
@@ -122,7 +122,7 @@ case "${EAPI:-0}" in
|
||||
*) : ;;
|
||||
esac
|
||||
|
||||
EXPORT_FUNCTIONS "src_unpack src_prepare src_compile src_install pkg_postinst pkg_postrm"
|
||||
EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install pkg_postinst pkg_postrm
|
||||
|
||||
# @FUNCTION: selinux-policy-2_src_unpack
|
||||
# @DESCRIPTION:
|
||||
|
||||
Reference in New Issue
Block a user