diff options
author | Sam James <sam@gentoo.org> | 2021-11-17 02:16:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-17 02:16:15 +0000 |
commit | 18e0c7a31ef1850eaa38468a8c2bb911f5a81c34 (patch) | |
tree | 2983b342b93a83425e0fcebabbd6b2d62a8bc184 /dev-db/postgresql | |
parent | dev-db/postgresql: Stabilize 10.19 arm64, #823662 (diff) | |
download | gentoo-18e0c7a31ef1850eaa38468a8c2bb911f5a81c34.tar.gz gentoo-18e0c7a31ef1850eaa38468a8c2bb911f5a81c34.tar.bz2 gentoo-18e0c7a31ef1850eaa38468a8c2bb911f5a81c34.zip |
dev-db/postgresql: Stabilize 11.14 arm64, #823662
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/postgresql-11.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-11.14.ebuild b/dev-db/postgresql/postgresql-11.14.ebuild index e1c9ccc84bc2..07aed06687cf 100644 --- a/dev-db/postgresql/postgresql-11.14.ebuild +++ b/dev-db/postgresql/postgresql-11.14.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9,10} ) 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) |