Skip to content

Commit

Permalink
dev-db/postgresql: remove freebsd-libc
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jan 2, 2022
1 parent 19ca31c commit 650e4d8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev-db/postgresql/postgresql-10.19.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ zlib? ( sys-libs/zlib )
# supported libc in use depend on dev-libs/ossp-uuid. For BSD systems,
# the libc includes UUID functions.
UTIL_LINUX_LIBC=( elibc_{glibc,musl} )
BSD_LIBC=( elibc_{Free,Net,Open}BSD )
BSD_LIBC=( elibc_{Net,Open}BSD )

nest_usedep() {
local front back
Expand Down
2 changes: 1 addition & 1 deletion dev-db/postgresql/postgresql-11.14.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ zlib? ( sys-libs/zlib )
# supported libc in use depend on dev-libs/ossp-uuid. For BSD systems,
# the libc includes UUID functions.
UTIL_LINUX_LIBC=( elibc_{glibc,musl} )
BSD_LIBC=( elibc_{Free,Net,Open}BSD )
BSD_LIBC=( elibc_{Net,Open}BSD )

nest_usedep() {
local front back
Expand Down
2 changes: 1 addition & 1 deletion dev-db/postgresql/postgresql-12.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ zlib? ( sys-libs/zlib )
# supported libc in use depend on dev-libs/ossp-uuid. For BSD systems,
# the libc includes UUID functions.
UTIL_LINUX_LIBC=( elibc_{glibc,musl} )
BSD_LIBC=( elibc_{Free,Net,Open}BSD )
BSD_LIBC=( elibc_{Net,Open}BSD )

nest_usedep() {
local front back
Expand Down
2 changes: 1 addition & 1 deletion dev-db/postgresql/postgresql-13.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ zlib? ( sys-libs/zlib )
# supported libc in use depend on dev-libs/ossp-uuid. For BSD systems,
# the libc includes UUID functions.
UTIL_LINUX_LIBC=( elibc_{glibc,musl} )
BSD_LIBC=( elibc_{Free,Net,Open}BSD )
BSD_LIBC=( elibc_{Net,Open}BSD )

nest_usedep() {
local front back
Expand Down
2 changes: 1 addition & 1 deletion dev-db/postgresql/postgresql-14.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ zlib? ( sys-libs/zlib )
# supported libc in use depend on dev-libs/ossp-uuid. For BSD systems,
# the libc includes UUID functions.
UTIL_LINUX_LIBC=( elibc_{glibc,musl} )
BSD_LIBC=( elibc_{Free,Net,Open}BSD )
BSD_LIBC=( elibc_{Net,Open}BSD )

nest_usedep() {
local front back
Expand Down
2 changes: 1 addition & 1 deletion dev-db/postgresql/postgresql-9.6.24.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ zlib? ( sys-libs/zlib )
# supported libc in use depend on dev-libs/ossp-uuid. For BSD systems,
# the libc includes UUID functions.
UTIL_LINUX_LIBC=( elibc_{glibc,musl} )
BSD_LIBC=( elibc_{Free,Net,Open}BSD )
BSD_LIBC=( elibc_{Net,Open}BSD )

nest_usedep() {
local front back
Expand Down
2 changes: 1 addition & 1 deletion dev-db/postgresql/postgresql-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ zlib? ( sys-libs/zlib )
# supported libc in use depend on dev-libs/ossp-uuid. For BSD systems,
# the libc includes UUID functions.
UTIL_LINUX_LIBC=( elibc_{glibc,musl} )
BSD_LIBC=( elibc_{Free,Net,Open}BSD )
BSD_LIBC=( elibc_{Net,Open}BSD )

nest_usedep() {
local front back
Expand Down

0 comments on commit 650e4d8

Please sign in to comment.