diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2016-03-09 15:54:43 -0500 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2016-03-09 16:08:29 -0500 |
commit | d8d4ffd6cf49fd2ffa92da3c29de9252aae0a4a9 (patch) | |
tree | 4cd8aa780ddc3bab87225077a04094e03e81394a /eclass/mozlinguas.eclass | |
parent | www-client/firefox: bump to 38.7.0 for security bug 576862 (diff) | |
download | gentoo-d8d4ffd6cf49fd2ffa92da3c29de9252aae0a4a9.tar.gz gentoo-d8d4ffd6cf49fd2ffa92da3c29de9252aae0a4a9.tar.bz2 gentoo-d8d4ffd6cf49fd2ffa92da3c29de9252aae0a4a9.zip |
www-client/firefox: bump to 45.0 for security, make ebuild and eclasses EAPI6
This is an initial pass of EAPI6 migration, the eclasses and ebuilds may be ported further
in the future to take advantage of any missing EAPI6 functionality.
Bug: https://bugs.gentoo.org/576862
Package-Manager: portage-2.2.26
Diffstat (limited to 'eclass/mozlinguas.eclass')
-rw-r--r-- | eclass/mozlinguas.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozlinguas.eclass b/eclass/mozlinguas.eclass index 4bd0a8d1810b..8e9f409e4fff 100644 --- a/eclass/mozlinguas.eclass +++ b/eclass/mozlinguas.eclass @@ -19,7 +19,7 @@ inherit mozextension case "${EAPI:-0}" in 0|1) die "EAPI ${EAPI:-0} does not support the '->' SRC_URI operator";; - 2|3|4|5) + 2|3|4|5|6) EXPORT_FUNCTIONS src_unpack src_compile src_install;; *) die "EAPI ${EAPI} is not supported, contact eclass maintainers";; |