[gnome-continuous] Fix typo in manifest for nettle and gnutls



commit 3a268fed6e5d7aa52db1d9faa8ef74b3f5f95b46
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Feb 8 14:37:24 2016 +0000

    Fix typo in manifest for nettle and gnutls

 manifest.json |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 2033c7a..5b03a4d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -629,15 +629,15 @@
                 {"name": "nettle",
                  "src": "tarball:https://ftp.gnu.org/gnu/nettle/nettle-3.2.tar.gz";,
                  "checksum": "ea4283def236413edab5a4cf9cf32adf540c8df1b9b67641cfc2302fca849d97",
-                 "config-ops": ["--disable-documentation"]},
+                 "config-opts": ["--disable-documentation"]},
 
                 {"src": "git:https://gitlab.com/gnutls/gnutls.git";,
                  "component": "minimal",
-                 "config-ops": ["--without-tpm",
-                                "--disable-guile",
-                                "--enable-local-libopts",
-                                "--disable-non-suiteb-curves",
-                                "--disable-doc"],
+                 "config-opts": ["--without-tpm",
+                                 "--disable-guile",
+                                 "--enable-local-libopts",
+                                 "--disable-non-suiteb-curves",
+                                 "--disable-doc"],
                  "patches": ["gnutls-autogen.patch"]},
 
                {"src": "gnome:gcr",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]