diff options
author | Patrick Lauer <patrick@gentoo.org> | 2024-09-26 13:36:04 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2024-09-26 13:36:04 +0000 |
commit | c55b3c67ebc63fd3bec5a699de404efc17a8b30d (patch) | |
tree | 0ff61f438b8f79c352d74a7e875228634b63e783 /dev-db | |
parent | profiles/base: Change postgres_targets default to postgres16 (diff) | |
download | gentoo-c55b3c67ebc63fd3bec5a699de404efc17a8b30d.tar.gz gentoo-c55b3c67ebc63fd3bec5a699de404efc17a8b30d.tar.bz2 gentoo-c55b3c67ebc63fd3bec5a699de404efc17a8b30d.zip |
dev-db/postgresql: Allow llvm-19
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-13.16.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-14.13.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-15.8.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-16.4.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-17.0.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-db/postgresql/postgresql-13.16.ebuild b/dev-db/postgresql/postgresql-13.16.ebuild index 43f95097ed35..378473f3db41 100644 --- a/dev-db/postgresql/postgresql-13.16.ebuild +++ b/dev-db/postgresql/postgresql-13.16.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10,11,12,13} ) -LLVM_COMPAT=( {15..18} ) +LLVM_COMPAT=( {15..19} ) LLVM_OPTIONAL=1 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-14.13.ebuild b/dev-db/postgresql/postgresql-14.13.ebuild index 5a3ea4919da3..c1bedd1b6583 100644 --- a/dev-db/postgresql/postgresql-14.13.ebuild +++ b/dev-db/postgresql/postgresql-14.13.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10,11,12,13} ) -LLVM_COMPAT=( {15..18} ) +LLVM_COMPAT=( {15..19} ) LLVM_OPTIONAL=1 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-15.8.ebuild b/dev-db/postgresql/postgresql-15.8.ebuild index 715a0a3a3aa7..e9aa0120d664 100644 --- a/dev-db/postgresql/postgresql-15.8.ebuild +++ b/dev-db/postgresql/postgresql-15.8.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10,11,12,13} ) -LLVM_COMPAT=( {15..18} ) +LLVM_COMPAT=( {15..19} ) LLVM_OPTIONAL=1 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-16.4.ebuild b/dev-db/postgresql/postgresql-16.4.ebuild index dcc4190bcda5..a205f89d6f42 100644 --- a/dev-db/postgresql/postgresql-16.4.ebuild +++ b/dev-db/postgresql/postgresql-16.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10,11,12,13} ) -LLVM_COMPAT=( {15..18} ) +LLVM_COMPAT=( {15..19} ) LLVM_OPTIONAL=1 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-17.0.ebuild b/dev-db/postgresql/postgresql-17.0.ebuild index 624c2ae9b83d..733d45e16d00 100644 --- a/dev-db/postgresql/postgresql-17.0.ebuild +++ b/dev-db/postgresql/postgresql-17.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10,11,12,13} ) -LLVM_COMPAT=( {15..18} ) +LLVM_COMPAT=( {15..19} ) LLVM_OPTIONAL=1 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles |