diff options
author | 2023-03-27 15:11:15 +0100 | |
---|---|---|
committer | 2023-03-27 15:11:15 +0100 | |
commit | d4ad309e744b4e0603c253f83093ab2a1c706d29 (patch) | |
tree | f9c1499309ee74e54f60776797e79b2a36a2b08e /dev-db | |
parent | dev-db/postgresql: Stabilize 15.2 amd64, #903191 (diff) | |
download | gentoo-d4ad309e744b4e0603c253f83093ab2a1c706d29.tar.gz gentoo-d4ad309e744b4e0603c253f83093ab2a1c706d29.tar.bz2 gentoo-d4ad309e744b4e0603c253f83093ab2a1c706d29.zip |
dev-db/postgresql: Stabilize 10.23 ppc, #903191
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-10.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-10.23.ebuild b/dev-db/postgresql/postgresql-10.23.ebuild index 4f99fd0c4cd2..dcc5231915ed 100644 --- a/dev-db/postgresql/postgresql-10.23.ebuild +++ b/dev-db/postgresql/postgresql-10.23.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{9,10,11} ) inherit flag-o-matic linux-info pam python-single-r1 systemd tmpfiles -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) |