diff options
author | Sam James <sam@gentoo.org> | 2021-02-24 20:35:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-24 20:35:42 +0000 |
commit | 3037963af55f02451f8140571ac8b07d44fc71c1 (patch) | |
tree | 4f416294098c3cc4ab57ec7f5362e168a05db055 /dev-db | |
parent | dev-db/postgresql: Stabilize 10.16 amd64, #771942 (diff) | |
download | gentoo-3037963af55f02451f8140571ac8b07d44fc71c1.tar.gz gentoo-3037963af55f02451f8140571ac8b07d44fc71c1.tar.bz2 gentoo-3037963af55f02451f8140571ac8b07d44fc71c1.zip |
dev-db/postgresql: Stabilize 11.11 amd64, #771942
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-11.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-11.11.ebuild b/dev-db/postgresql/postgresql-11.11.ebuild index 9f2d47f00cce..991994e848df 100644 --- a/dev-db/postgresql/postgresql-11.11.ebuild +++ b/dev-db/postgresql/postgresql-11.11.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd -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) |