commit: 4536b7c764a769967eb6dd000f48ec156bc9ea17
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 13:46:22 2017 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 20:39:47 2017 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=4536b7c7
mozconfig-v6.52.eclass: fix a missed gtk3 -> force-gtk3 flag migration
eclass/mozconfig-v6.52.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass
index 783a0ed..f66ed06 100644
--- a/eclass/mozconfig-v6.52.eclass
+++ b/eclass/mozconfig-v6.52.eclass
@@ -262,9 +262,9 @@ mozconfig_config() {
local toolkit="cairo-gtk2"
local toolkit_comment=""
if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then
- if use gtk3; then
+ if use force-gtk3; then
toolkit="cairo-gtk3"
- toolkit_comment="gtk3 use flag"
+ toolkit_comment="force-gtk3 use flag"
fi
fi
if [[ -n ${MOZCONFIG_OPTIONAL_GTK2ONLY} ]]; then