diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2017-06-14 17:21:24 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2017-06-14 17:21:43 -0400 |
commit | 3d8322c45748a97ffd4e17f26e77c231e00fa685 (patch) | |
tree | 7adc9ddb2c26949bccf456346080d15431083631 /eclass | |
parent | dev-haskell/terminfo: drop old (diff) | |
download | gentoo-3d8322c45748a97ffd4e17f26e77c231e00fa685.tar.gz gentoo-3d8322c45748a97ffd4e17f26e77c231e00fa685.tar.bz2 gentoo-3d8322c45748a97ffd4e17f26e77c231e00fa685.zip |
eclass/mozconfig-v6.53: use mozcoreconf-v5
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-v6.53.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mozconfig-v6.53.eclass b/eclass/mozconfig-v6.53.eclass index 9222c7b0d8c3..d15c47eedbb9 100644 --- a/eclass/mozconfig-v6.53.eclass +++ b/eclass/mozconfig-v6.53.eclass @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # -# @ECLASS: mozconfig-v6.52.eclass +# @ECLASS: mozconfig-v6.53.eclass # @MAINTAINER: # mozilla team <mozilla@gentoo.org> # @BLURB: the new mozilla common configuration eclass for FF33 and newer, v6 @@ -26,7 +26,7 @@ case ${EAPI} in ;; esac -inherit flag-o-matic toolchain-funcs mozcoreconf-v4 +inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI # @DESCRIPTION: |