diff options
author | 2020-08-15 03:30:09 +0000 | |
---|---|---|
committer | 2020-08-15 03:30:09 +0000 | |
commit | 5d5187f88da7dcf2dc50f2b1ed29666b822b6065 (patch) | |
tree | 747f1cb7d701042998c0f060ab66f55fc835a9db /dev-db | |
parent | dev-db/postgresql: Stabilize 12.4 amd64, #737032 (diff) | |
download | gentoo-5d5187f88da7dcf2dc50f2b1ed29666b822b6065.tar.gz gentoo-5d5187f88da7dcf2dc50f2b1ed29666b822b6065.tar.bz2 gentoo-5d5187f88da7dcf2dc50f2b1ed29666b822b6065.zip |
dev-db/postgresql: Stabilize 9.5.23 amd64, #737032
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-9.5.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-9.5.23.ebuild b/dev-db/postgresql/postgresql-9.5.23.ebuild index 393768abc8f7..70d555a8cb6f 100644 --- a/dev-db/postgresql/postgresql-9.5.23.ebuild +++ b/dev-db/postgresql/postgresql-9.5.23.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-2) |