diff options
author | 2021-06-21 20:02:07 +0100 | |
---|---|---|
committer | 2021-06-21 20:02:07 +0100 | |
commit | 2f9d4cbc8cc2272c0fbd1f9dae311c8eae0b2313 (patch) | |
tree | e223e5ff652d952c9cae7e732ad214e4e61d50ec /dev-db | |
parent | dev-db/postgresql: Stabilize 11.12 arm64, #793734 (diff) | |
download | gentoo-2f9d4cbc8cc2272c0fbd1f9dae311c8eae0b2313.tar.gz gentoo-2f9d4cbc8cc2272c0fbd1f9dae311c8eae0b2313.tar.bz2 gentoo-2f9d4cbc8cc2272c0fbd1f9dae311c8eae0b2313.zip |
dev-db/postgresql: Stabilize 12.7 arm64, #793734
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-12.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-12.7.ebuild b/dev-db/postgresql/postgresql-12.7.ebuild index aa399a84b9a2..3cef36cbe595 100644 --- a/dev-db/postgresql/postgresql-12.7.ebuild +++ b/dev-db/postgresql/postgresql-12.7.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT=$(ver_cut 1) |