diff options
author | 2024-05-13 15:27:41 +0300 | |
---|---|---|
committer | 2024-05-13 15:27:41 +0300 | |
commit | 485adf449b4a43022dd79cf5f839ecef47c7b889 (patch) | |
tree | b4cf76ce87176093534eeafbce1e2ca61da79c60 /dev-db | |
parent | dev-db/postgresql: Stabilize 12.19-r1 x86, #931846 (diff) | |
download | gentoo-485adf449b4a43022dd79cf5f839ecef47c7b889.tar.gz gentoo-485adf449b4a43022dd79cf5f839ecef47c7b889.tar.bz2 gentoo-485adf449b4a43022dd79cf5f839ecef47c7b889.zip |
dev-db/postgresql: Stabilize 13.15-r1 x86, #931846
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-13.15-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-13.15-r1.ebuild b/dev-db/postgresql/postgresql-13.15-r1.ebuild index 59bb7df9a76b..ca97bd1c1b38 100644 --- a/dev-db/postgresql/postgresql-13.15-r1.ebuild +++ b/dev-db/postgresql/postgresql-13.15-r1.ebuild @@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} ) inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT=$(ver_cut 1) |