diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-08-10 12:52:55 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-08-10 12:52:55 -0400 |
commit | 3bd165821f364aa5633dfacd1fd3b4ae2af97cc4 (patch) | |
tree | 7eedde392b93da064204aa7f76a62aab4ad9b2aa /eclass/selinux-policy-2.eclass | |
parent | dev-python/pillow: Remove old (diff) | |
download | gentoo-3bd165821f364aa5633dfacd1fd3b4ae2af97cc4.tar.gz gentoo-3bd165821f364aa5633dfacd1fd3b4ae2af97cc4.tar.bz2 gentoo-3bd165821f364aa5633dfacd1fd3b4ae2af97cc4.zip |
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.
Diffstat (limited to 'eclass/selinux-policy-2.eclass')
-rw-r--r-- | eclass/selinux-policy-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/selinux-policy-2.eclass b/eclass/selinux-policy-2.eclass index 18492a9388fa..d582b2d8a227 100644 --- a/eclass/selinux-policy-2.eclass +++ b/eclass/selinux-policy-2.eclass @@ -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: |