Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-09 17:07:42 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-09 17:07:42 (GMT)
commit1b29a4d01fd17725b2dc4dc55e80010b9d4e7e59 (patch)
tree6086465b53ac9472750f69283a7557f8bb835159 /config/modules
parent8eda8648a922fcd2b13144f088bbf5c02028e8ae (diff)
Use branch for gnome-keyring, it's a fork
Diffstat (limited to 'config/modules')
-rw-r--r--config/modules/system.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/modules/system.json b/config/modules/system.json
index 2246c54..1adb282 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -1,13 +1,13 @@
[
{
+ "branch": "gnome-3-4",
"if": "gnome_version == '3.4'",
"name": "gnome-keyring",
"options_evaluated": [
"'--with-pkcs11-config=%s/etc' % prefix",
"'--with-pkcs11-modules=%s/etc' % prefix"
],
- "repo": "git://github.com/dnarvaez/gnome-keyring.git",
- "tag": "3.4.1"
+ "repo": "git://github.com/dnarvaez/gnome-keyring.git"
},
{
"name": "glib",