diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-12 09:43:06 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-12 10:00:17 +0200 |
commit | ec229af1e2e6f2ca41e7b26e6ed80397b92bc463 (patch) | |
tree | 225910da9c23145d9cf9e8aa58af29d379b22fbb /dev-db | |
parent | dev-db/postgresql: Stabilize 10.19 sparc, #823125 (diff) | |
download | gentoo-ec229af1e2e6f2ca41e7b26e6ed80397b92bc463.tar.gz gentoo-ec229af1e2e6f2ca41e7b26e6ed80397b92bc463.tar.bz2 gentoo-ec229af1e2e6f2ca41e7b26e6ed80397b92bc463.zip |
dev-db/postgresql: Stabilize 11.14 sparc, #823125
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-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 ca84f95e4f9e..65404b641742 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) |