From cf37cef0707775facd7057de7e1803b419659820 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Wed, 19 Apr 2017 09:46:22 -0400 Subject: 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(-) (limited to 'eclass') diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass index 783a0ed80999..f66ed060dc53 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 -- cgit v1.2.3-65-gdbad