From d8d4ffd6cf49fd2ffa92da3c29de9252aae0a4a9 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Wed, 9 Mar 2016 15:54:43 -0500 Subject: 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 --- eclass/mozlinguas.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/mozlinguas.eclass') 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";; -- cgit v1.2.3-65-gdbad