diff options
author | Sam James <sam@gentoo.org> | 2021-06-20 00:51:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-20 00:51:14 +0100 |
commit | f8992639dd94e50850568d1a1426eb351ab9339e (patch) | |
tree | 3dbd0446f4a83f6226a76512a94b53727728d144 /dev-db | |
parent | dev-db/postgresql: Stabilize 12.7 x86, #793734 (diff) | |
download | gentoo-f8992639dd94e50850568d1a1426eb351ab9339e.tar.gz gentoo-f8992639dd94e50850568d1a1426eb351ab9339e.tar.bz2 gentoo-f8992639dd94e50850568d1a1426eb351ab9339e.zip |
dev-db/postgresql: Stabilize 11.12 x86, #793734
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-11.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-11.12.ebuild b/dev-db/postgresql/postgresql-11.12.ebuild index 34c49204ebd1..81dde62c8203 100644 --- a/dev-db/postgresql/postgresql-11.12.ebuild +++ b/dev-db/postgresql/postgresql-11.12.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) |