Skip to content

Commit

Permalink
dev-db/postgresql: Narrow llvm deps
Browse files Browse the repository at this point in the history
llvm-15 doesn't work yet.

Closes: https://bugs.gentoo.org/869044
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Patrick Lauer <[email protected]>
  • Loading branch information
patricklauer committed Sep 7, 2022
1 parent 99722c1 commit 5d20e0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-db/postgresql/postgresql-14.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ icu? ( dev-libs/icu:= )
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap:= )
llvm? (
sys-devel/llvm:=
sys-devel/clang:=
<sys-devel/llvm-15:=
<sys-devel/clang-15:=
)
lz4? ( app-arch/lz4 )
pam? ( sys-libs/pam )
Expand Down
4 changes: 2 additions & 2 deletions dev-db/postgresql/postgresql-15_beta3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ icu? ( dev-libs/icu:= )
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap:= )
llvm? (
sys-devel/llvm:=
sys-devel/clang:=
<sys-devel/llvm-15:=
<sys-devel/clang-15:=
)
lz4? ( app-arch/lz4 )
pam? ( sys-libs/pam )
Expand Down

0 comments on commit 5d20e0d

Please sign in to comment.