summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-11-13 10:46:25 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2016-11-13 10:57:13 +0100
commit2641ed0e8724f2ac50698355ae72da39f9904a13 (patch)
tree189d72fc23320a478eadb2ba779c55962710faad /gnome-base
parentlicenses: Remove unused. (diff)
downloadgentoo-2641ed0e8724f2ac50698355ae72da39f9904a13.tar.gz
gentoo-2641ed0e8724f2ac50698355ae72da39f9904a13.tar.bz2
gentoo-2641ed0e8724f2ac50698355ae72da39f9904a13.zip
gnome-base/gnome-control-center: fix typo in optional patch
Gentoo-Bug: 599622 Package-Manager: portage-2.3.2
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gnome-control-center/files/gnome-control-center-3.22.0-optional.patch4
1 files 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 fd1226c84ce1..02516ced7c94 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])])
+ ])
+ ])