diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2015-07-08 14:29:47 +0300 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2015-07-08 14:30:13 +0300 |
commit | e5e6ad428bd7f89ef494a9c06c07cd04aa178ffb (patch) | |
tree | 0e9e8c50867cd46d5ff7d5a3d1f2cebaf9daf9c4 /main/abuild/0002-apkbuild-gem-resolver-fix-syntax.patch | |
parent | 390c5e61822473fce8eca628ebc0105fec79361b (diff) | |
download | aports-e5e6ad428bd7f89ef494a9c06c07cd04aa178ffb.tar.bz2 aports-e5e6ad428bd7f89ef494a9c06c07cd04aa178ffb.tar.xz |
main/abuild: fix gem resolver, split to subpackage
Diffstat (limited to 'main/abuild/0002-apkbuild-gem-resolver-fix-syntax.patch')
-rw-r--r-- | main/abuild/0002-apkbuild-gem-resolver-fix-syntax.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/main/abuild/0002-apkbuild-gem-resolver-fix-syntax.patch b/main/abuild/0002-apkbuild-gem-resolver-fix-syntax.patch new file mode 100644 index 0000000000..8f665c0b6c --- /dev/null +++ b/main/abuild/0002-apkbuild-gem-resolver-fix-syntax.patch @@ -0,0 +1,35 @@ +From 1e3d4338a576a8cae81a1738ff635ec7ee4498c4 Mon Sep 17 00:00:00 2001 +From: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> +Date: Wed, 8 Jul 2015 12:20:46 +0300 +Subject: [PATCH 2/2] apkbuild-gem-resolver: fix syntax + +--- + apkbuild-gem-resolver.in | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +diff --git a/apkbuild-gem-resolver.in b/apkbuild-gem-resolver.in +index 5d3951d..69f4049 100644 +--- a/apkbuild-gem-resolver.in ++++ b/apkbuild-gem-resolver.in +@@ -35,8 +35,8 @@ class Aport + 'ruby-io-console' => [ 'io-console', '0.4.2'] # its actually 0.4.3 but + # that version is not + # published on network +- } +- '2.2.2' = > { ++ }, ++ '2.2.2' => { + 'ruby-json' => ['json', '1.8.1'], + 'ruby-minitest' => ['minitest', '5.4.3'], + 'ruby-rake' => ['rake', '10.4.2'], +@@ -44,6 +44,7 @@ class Aport + 'ruby-io-console' => [ 'io-console', '0.4.2'] # its actually 0.4.3 but + # that version is not + # published on network ++ } + } + + @@aports = {} +-- +2.1.0 + |