diff options
author | Patrick Lauer <patrick@gentoo.org> | 2023-05-28 07:01:50 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2023-05-28 07:02:09 +0000 |
commit | 53ed3191d330cafd877a7df2e16e5d48480a21a2 (patch) | |
tree | f5263e8cf2010a7a1ec6cc514eee1855bf8f42a4 /dev-db/postgresql/postgresql-9999.ebuild | |
parent | app-office/sc-im: Stabilize 0.8.3-r1 amd64, #907238 (diff) | |
download | gentoo-53ed3191d330cafd877a7df2e16e5d48480a21a2.tar.gz gentoo-53ed3191d330cafd877a7df2e16e5d48480a21a2.tar.bz2 gentoo-53ed3191d330cafd877a7df2e16e5d48480a21a2.zip |
dev-db/postgresql: enable py3.12
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/postgresql-9999.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 34af349c05ac..322fa8316357 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{10,11,12} ) inherit flag-o-matic git-r3 linux-info pam python-single-r1 systemd tmpfiles @@ -17,7 +17,7 @@ LICENSE="POSTGRESQL GPL-2" DESCRIPTION="PostgreSQL RDBMS" HOMEPAGE="https://www.postgresql.org/" -IUSE="debug icu kerberos ldap llvm +lz4 +IUSE="debug +icu kerberos ldap llvm +lz4 nls pam perl python +readline selinux server systemd ssl static-libs tcl threads uuid xml zlib zstd" |