diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-14 10:58:48 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-14 10:58:48 +0300 |
commit | eef195ce28f97a7debeb872669aa2ae9fae6677a (patch) | |
tree | 6839b9741c1b98ae4de0b8f768085ed84410411e /dev-db | |
parent | dev-util/nvidia-cuda-toolkit: dosym link has EPREFIX prepended. (diff) | |
download | gentoo-eef195ce28f97a7debeb872669aa2ae9fae6677a.tar.gz gentoo-eef195ce28f97a7debeb872669aa2ae9fae6677a.tar.bz2 gentoo-eef195ce28f97a7debeb872669aa2ae9fae6677a.zip |
dev-db/postgresql: Stabilize 11.21 arm, #912253
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-11.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-11.21.ebuild b/dev-db/postgresql/postgresql-11.21.ebuild index c0ccdca13c8c..a42896441239 100644 --- a/dev-db/postgresql/postgresql-11.21.ebuild +++ b/dev-db/postgresql/postgresql-11.21.ebuild @@ -8,7 +8,7 @@ LLVM_MAX_SLOT=15 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT=$(ver_cut 1) |