mozconfig-v6.52.eclass: fix a missed gtk3 -> force-gtk3 flag migration
authorIan Stakenvicius <axs@gentoo.org>
Wed, 19 Apr 2017 13:46:22 +0000 (09:46 -0400)
committerIan Stakenvicius <axs@gentoo.org>
Wed, 19 Apr 2017 13:46:22 +0000 (09:46 -0400)
eclass/mozconfig-v6.52.eclass

index 783a0ed80999a369e6057467c20bd17f955c03b3..f66ed060dc5347cb024007996ee363d506268ed6 100644 (file)
@@ -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