diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-04-01 06:08:38 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-04-01 06:08:38 +0000 |
commit | 5a42f836c9f4a02ddba9e339e2d63fa61bfb54eb (patch) | |
tree | 6756d0ec83311edcab5a0d578d813524c8f92e16 /testing | |
parent | 79d562032ecc38d6568419d9855df73d7d68baae (diff) | |
download | aports-5a42f836c9f4a02ddba9e339e2d63fa61bfb54eb.tar.bz2 aports-5a42f836c9f4a02ddba9e339e2d63fa61bfb54eb.tar.xz |
testing/postgresql-bdr-extension: enable all arch
Diffstat (limited to 'testing')
-rw-r--r-- | testing/postgresql-bdr-extension/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/postgresql-bdr-extension/APKBUILD b/testing/postgresql-bdr-extension/APKBUILD index b8d1f74479..b9284233d3 100644 --- a/testing/postgresql-bdr-extension/APKBUILD +++ b/testing/postgresql-bdr-extension/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.9.0 pkgrel=0 pkgdesc="PostgreSQL bidirectional replication (BDR) extension" url="https://wiki.postgresql.org/wiki/BDR_Administration" -arch="x86_64" +arch="all" license="GPL" depends= depends_dev= |