diff options
author | Sam James <sam@gentoo.org> | 2024-11-15 04:46:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-15 04:46:51 +0000 |
commit | a162e6f2c1c4b2564618824b91babb7c94670e8b (patch) | |
tree | 931fce99eaa67e6a9912131f15b02e52f0892754 /dev-db | |
parent | sys-devel/gcc: add 12.4.1_p20241114 (diff) | |
download | gentoo-a162e6f2c1c4b2564618824b91babb7c94670e8b.tar.gz gentoo-a162e6f2c1c4b2564618824b91babb7c94670e8b.tar.bz2 gentoo-a162e6f2c1c4b2564618824b91babb7c94670e8b.zip |
dev-db/postgresql: Stabilize 12.21 amd64, #943513
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-12.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-12.21.ebuild b/dev-db/postgresql/postgresql-12.21.ebuild index 41909fad010b..58342888dca8 100644 --- a/dev-db/postgresql/postgresql-12.21.ebuild +++ b/dev-db/postgresql/postgresql-12.21.ebuild @@ -9,7 +9,7 @@ LLVM_OPTIONAL=1 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT=$(ver_cut 1) |