aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2021-10-18 19:45:36 +0200
committerJakub Jirutka <jakub@jirutka.cz>2021-10-18 19:47:36 +0200
commit92d2cca69dc7cdd89659631acd325891f35a45b9 (patch)
tree3c4b81019db9f0a79c9fdcd87e233c9ee2131a1a
parentdf0c79cb9243b0fb34ee25927072ac9935bb2161 (diff)
main/ruby-augeas: temporarily disable
We need ruby-power_assert to be built and available in the repository. The problem is with the version change - going from higher version to lower.
-rw-r--r--main/ruby-augeas/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ruby-augeas/APKBUILD b/main/ruby-augeas/APKBUILD
index f5b8adbd56b..b8a90cd839b 100644
--- a/main/ruby-augeas/APKBUILD
+++ b/main/ruby-augeas/APKBUILD
@@ -7,7 +7,7 @@ pkgver=0.5.0
pkgrel=9
pkgdesc="Ruby bindings for Augeas"
url="https://augeas.net/"
-arch="all"
+#arch="all" # FIXME
license="LGPL-2.1-or-later"
depends="ruby"
checkdepends="ruby-test-unit"