diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2021-04-08 00:58:34 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2021-04-08 00:58:34 +0200 |
commit | e5f5f32ec308386e2b22ba7b36cce6e5cf842359 (patch) | |
tree | 1a01bf2d15cbdab184764a7dae743730116c9ff3 | |
parent | de9e983aab20f122a6accfcc2e279bd79bc8a550 (diff) | |
download | aports-e5f5f32ec308386e2b22ba7b36cce6e5cf842359.tar.gz aports-e5f5f32ec308386e2b22ba7b36cce6e5cf842359.tar.bz2 aports-e5f5f32ec308386e2b22ba7b36cce6e5cf842359.tar.xz |
testing/ruby-pg_query: enable on all arches
protobuf is not a blocker anymore.
-rw-r--r-- | testing/ruby-pg_query/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ruby-pg_query/APKBUILD b/testing/ruby-pg_query/APKBUILD index 83f8510795..7e5590b798 100644 --- a/testing/ruby-pg_query/APKBUILD +++ b/testing/ruby-pg_query/APKBUILD @@ -7,7 +7,7 @@ pkgver=2.0.3 pkgrel=0 pkgdesc="PostgreSQL query parsing and normalization library for Ruby" url="https://github.com/pganalyze/pg_query" -arch="all !x86 !armhf !armv7" # limited by protoc (protobuf) +arch="all" license="BSD-3-Clause" depends="ruby ruby-google-protobuf>=3.15.5" checkdepends="ruby-json ruby-rspec" |