diff options
author | Sam James <sam@gentoo.org> | 2020-08-15 03:05:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-15 03:06:02 +0000 |
commit | 1b19a30c0b7890c9ec55e972c481f591811808ff (patch) | |
tree | 02ec57ac7a4338f42d8fd33b5b1b09480e6bf35b /dev-db/postgresql | |
parent | app-text/ghostscript-gpl: Stabilize 9.52-r1 arm, #734322 (diff) | |
download | gentoo-1b19a30c0b7890c9ec55e972c481f591811808ff.tar.gz gentoo-1b19a30c0b7890c9ec55e972c481f591811808ff.tar.bz2 gentoo-1b19a30c0b7890c9ec55e972c481f591811808ff.zip |
dev-db/postgresql: Stabilize 10.14 x86, #737032
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/postgresql-10.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-10.14.ebuild b/dev-db/postgresql/postgresql-10.14.ebuild index 388037e4e839..e94695607abe 100644 --- a/dev-db/postgresql/postgresql-10.14.ebuild +++ b/dev-db/postgresql/postgresql-10.14.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} ) 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 ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~ppc-macos ~x86-solaris" SLOT=$(ver_cut 1) |