diff options
author | Sam James <sam@gentoo.org> | 2023-11-11 19:19:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-11 19:19:05 +0000 |
commit | 7504a77ebde818364108c9499fbc2de7222a4813 (patch) | |
tree | 953f28bfeac4a00a0024627ef3ec04ec4f85c6be /dev-db | |
parent | dev-db/postgresql: Stabilize 11.22 ppc64, #917154 (diff) | |
download | gentoo-7504a77ebde818364108c9499fbc2de7222a4813.tar.gz gentoo-7504a77ebde818364108c9499fbc2de7222a4813.tar.bz2 gentoo-7504a77ebde818364108c9499fbc2de7222a4813.zip |
dev-db/postgresql: Stabilize 12.17 ppc64, #917154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-12.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-12.17.ebuild b/dev-db/postgresql/postgresql-12.17.ebuild index 1f39efc89ab6..bd55bdead8c7 100644 --- a/dev-db/postgresql/postgresql-12.17.ebuild +++ b/dev-db/postgresql/postgresql-12.17.ebuild @@ -8,7 +8,7 @@ LLVM_MAX_SLOT=17 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) |