commit:     2641ed0e8724f2ac50698355ae72da39f9904a13
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 09:46:25 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 09:57:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2641ed0e

gnome-base/gnome-control-center: fix typo in optional patch

Gentoo-Bug: 599622

Package-Manager: portage-2.3.2

 .../files/gnome-control-center-3.22.0-optional.patch                  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gnome-base/gnome-control-center/files/gnome-control-center-3.22.0-optional.patch
 
b/gnome-base/gnome-control-center/files/gnome-control-center-3.22.0-optional.patch
index fd1226c..02516ce 100644
--- 
a/gnome-base/gnome-control-center/files/gnome-control-center-3.22.0-optional.patch
+++ 
b/gnome-base/gnome-control-center/files/gnome-control-center-3.22.0-optional.patch
@@ -78,7 +78,7 @@ index 1e07acd..19096f5 100644
 +AC_ARG_ENABLE([color],
 +              AS_HELP_STRING([--disable-color],
 +                             [disable color management panel]),
-+              []
++              [],
 +              [enable_color=auto])
 +
 +AS_IF([test "$enable_color" != "no"],
@@ -93,7 +93,7 @@ index 1e07acd..19096f5 100644
 +                           AC_DEFINE(BUILD_COLOR, 1, [Define to 1 to build 
the Color panel])
 +                           build_color=yes
 +                         ], [
-+                           AS_IF([test "$enable_goa" = "yes"],
++                           AS_IF([test "$enable_color" = "yes"],
 +                                 [AC_MSG_ERROR([colord support requested but 
not found])])
 +                         ])
 +      ])

Reply via email to