[dev-db/postgresql] bump
This commit is contained in:
parent
329fe1fe90
commit
d18b34dfb3
@ -1,2 +1,2 @@
|
|||||||
DIST postgresql-16.6.tar.bz2 24856956 BLAKE2B 2d6d6efcc4cb0027c03422c839856ac024d3824a7e7da42cafbb961616cdd078064e78b6eb1c98565240ab1f78eb52582f38c9ce80b3a98f9e65568b2c14e40c SHA512 ffd6d39fb7aed87241237d68af4934fba1b4ac1be4d3c2833e308e50c21a693796fe54b73e0905365d7557009c40049a23b966aa86765b969797434a0d4bd5f8
|
DIST postgresql-16.7.tar.bz2 24905167 BLAKE2B 1b72e3da10d77521315a8c0c7687390c00c41934bf71a2cd7985a158040f2ed1513e573f682a0ac59b721023be22ed5fa9922c73e3058b5d23c8955ecd38b9ee SHA512 9f91e3f66c361755b088969ba100c1193806495428a88b6df7353370d5bc74f464feac36c51ebcb6f7a6ab97cde539dd904efe5f7f43bcde5576c38c5d5aab54
|
||||||
DIST postgresql-17.2.tar.bz2 21408880 BLAKE2B 1afafbec5db26ab17f2410c40db38e30fc1413cd518d387bc01640232698407de97123d0c61e1ec4d32d1041055db874f04dd52ad3697f1b9993b1aff3c5156a SHA512 8e15e47c22d21e1cadc31249cf31af5abe34b8ab72930e58e5fe6124795ad237ca7b4fd3bf36b5f18589c4fc439dc2bab3045d9b4ba23d1846b4b2be6fd1cb69
|
DIST postgresql-17.3.tar.bz2 21520115 BLAKE2B 49f794e2bd1fa05f881aa003fd601a8980601c795014aec71651d3b678370511da307de97a80540526204b339ca4caf95f3912929d57295f51d6f9a7e31d82c9 SHA512 700b62f2963d8074cae96bacd1faa74d86035ffa8291d81b5a0c1c1950b104a947a0f82b7aa02ddb0624b0da433690358f6a7f28201d83da7db850ea08b4b34f
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
|
|||||||
|
|
||||||
inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
|
inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
|
||||||
|
|
||||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
||||||
|
|
||||||
SLOT=$(ver_cut 1)
|
SLOT=$(ver_cut 1)
|
||||||
|
|
||||||
@ -38,8 +38,8 @@ icu? ( dev-libs/icu:= )
|
|||||||
kerberos? ( app-crypt/mit-krb5 )
|
kerberos? ( app-crypt/mit-krb5 )
|
||||||
ldap? ( net-nds/openldap:= )
|
ldap? ( net-nds/openldap:= )
|
||||||
llvm? ( $(llvm_gen_dep '
|
llvm? ( $(llvm_gen_dep '
|
||||||
sys-devel/clang:${LLVM_SLOT}
|
llvm-core/clang:${LLVM_SLOT}
|
||||||
sys-devel/llvm:${LLVM_SLOT}
|
llvm-core/llvm:${LLVM_SLOT}
|
||||||
') )
|
') )
|
||||||
lz4? ( app-arch/lz4 )
|
lz4? ( app-arch/lz4 )
|
||||||
pam? ( sys-libs/pam )
|
pam? ( sys-libs/pam )
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
|
|||||||
|
|
||||||
inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
|
inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
|
||||||
|
|
||||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
||||||
|
|
||||||
SLOT=$(ver_cut 1)
|
SLOT=$(ver_cut 1)
|
||||||
|
|
||||||
@ -38,8 +38,8 @@ icu? ( dev-libs/icu:= )
|
|||||||
kerberos? ( app-crypt/mit-krb5 )
|
kerberos? ( app-crypt/mit-krb5 )
|
||||||
ldap? ( net-nds/openldap:= )
|
ldap? ( net-nds/openldap:= )
|
||||||
llvm? ( $(llvm_gen_dep '
|
llvm? ( $(llvm_gen_dep '
|
||||||
sys-devel/clang:${LLVM_SLOT}
|
llvm-core/clang:${LLVM_SLOT}
|
||||||
sys-devel/llvm:${LLVM_SLOT}
|
llvm-core/llvm:${LLVM_SLOT}
|
||||||
') )
|
') )
|
||||||
lz4? ( app-arch/lz4 )
|
lz4? ( app-arch/lz4 )
|
||||||
pam? ( sys-libs/pam )
|
pam? ( sys-libs/pam )
|
Loading…
x
Reference in New Issue
Block a user