diff options
author | 2023-08-14 10:45:08 +0300 | |
---|---|---|
committer | 2023-08-14 10:45:08 +0300 | |
commit | fd5da1504435c63e0e795276487da7ed628b9be7 (patch) | |
tree | 7934089620aaba0a4eee4d24b6b43ed3ff477178 /dev-db | |
parent | dev-db/postgresql: Stabilize 15.4 x86, #912253 (diff) | |
download | gentoo-fd5da1504435c63e0e795276487da7ed628b9be7.tar.gz gentoo-fd5da1504435c63e0e795276487da7ed628b9be7.tar.bz2 gentoo-fd5da1504435c63e0e795276487da7ed628b9be7.zip |
dev-db/postgresql: Stabilize 11.21 sparc, #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 9dc1ac62ca81..b51bc4832fe2 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) |