diff options
author | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:00 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:00 +0100 |
commit | f8b31859e124b4c34b5be541c420f8f919269458 (patch) | |
tree | 4eb10198805873a148ab8c5c9fa59d9a11741618 /dev-db | |
parent | app-text/dos2unix: remove uclibc (diff) | |
download | gentoo-f8b31859e124b4c34b5be541c420f8f919269458.tar.gz gentoo-f8b31859e124b4c34b5be541c420f8f919269458.tar.bz2 gentoo-f8b31859e124b4c34b5be541c420f8f919269458.zip |
dev-db/postgresql: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-10.19.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-11.14.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-12.9.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-13.5.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-14.1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-9.6.24.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-9999.ebuild | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/dev-db/postgresql/postgresql-10.19.ebuild b/dev-db/postgresql/postgresql-10.19.ebuild index 95b3267c64db..1846e146c5b2 100644 --- a/dev-db/postgresql/postgresql-10.19.ebuild +++ b/dev-db/postgresql/postgresql-10.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,7 +50,7 @@ zlib? ( sys-libs/zlib ) # uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no # supported libc in use depend on dev-libs/ossp-uuid. For BSD systems, # the libc includes UUID functions. -UTIL_LINUX_LIBC=( elibc_{glibc,uclibc,musl} ) +UTIL_LINUX_LIBC=( elibc_{glibc,musl} ) BSD_LIBC=( elibc_{Free,Net,Open}BSD ) nest_usedep() { diff --git a/dev-db/postgresql/postgresql-11.14.ebuild b/dev-db/postgresql/postgresql-11.14.ebuild index 07aed06687cf..66ddfb4c7f99 100644 --- a/dev-db/postgresql/postgresql-11.14.ebuild +++ b/dev-db/postgresql/postgresql-11.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,7 +53,7 @@ zlib? ( sys-libs/zlib ) # uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no # supported libc in use depend on dev-libs/ossp-uuid. For BSD systems, # the libc includes UUID functions. -UTIL_LINUX_LIBC=( elibc_{glibc,uclibc,musl} ) +UTIL_LINUX_LIBC=( elibc_{glibc,musl} ) BSD_LIBC=( elibc_{Free,Net,Open}BSD ) nest_usedep() { diff --git a/dev-db/postgresql/postgresql-12.9.ebuild b/dev-db/postgresql/postgresql-12.9.ebuild index 82e066d4d05b..8b64bb928978 100644 --- a/dev-db/postgresql/postgresql-12.9.ebuild +++ b/dev-db/postgresql/postgresql-12.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,7 +53,7 @@ zlib? ( sys-libs/zlib ) # uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no # supported libc in use depend on dev-libs/ossp-uuid. For BSD systems, # the libc includes UUID functions. -UTIL_LINUX_LIBC=( elibc_{glibc,uclibc,musl} ) +UTIL_LINUX_LIBC=( elibc_{glibc,musl} ) BSD_LIBC=( elibc_{Free,Net,Open}BSD ) nest_usedep() { diff --git a/dev-db/postgresql/postgresql-13.5.ebuild b/dev-db/postgresql/postgresql-13.5.ebuild index 4063b6442c59..f9c02c5cfb99 100644 --- a/dev-db/postgresql/postgresql-13.5.ebuild +++ b/dev-db/postgresql/postgresql-13.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,7 +53,7 @@ zlib? ( sys-libs/zlib ) # uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no # supported libc in use depend on dev-libs/ossp-uuid. For BSD systems, # the libc includes UUID functions. -UTIL_LINUX_LIBC=( elibc_{glibc,uclibc,musl} ) +UTIL_LINUX_LIBC=( elibc_{glibc,musl} ) BSD_LIBC=( elibc_{Free,Net,Open}BSD ) nest_usedep() { diff --git a/dev-db/postgresql/postgresql-14.1.ebuild b/dev-db/postgresql/postgresql-14.1.ebuild index 37c02e4857a7..1ce8e6df3ac4 100644 --- a/dev-db/postgresql/postgresql-14.1.ebuild +++ b/dev-db/postgresql/postgresql-14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -54,7 +54,7 @@ zlib? ( sys-libs/zlib ) # uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no # supported libc in use depend on dev-libs/ossp-uuid. For BSD systems, # the libc includes UUID functions. -UTIL_LINUX_LIBC=( elibc_{glibc,uclibc,musl} ) +UTIL_LINUX_LIBC=( elibc_{glibc,musl} ) BSD_LIBC=( elibc_{Free,Net,Open}BSD ) nest_usedep() { diff --git a/dev-db/postgresql/postgresql-9.6.24.ebuild b/dev-db/postgresql/postgresql-9.6.24.ebuild index c105a7861618..8c174a762967 100644 --- a/dev-db/postgresql/postgresql-9.6.24.ebuild +++ b/dev-db/postgresql/postgresql-9.6.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -49,7 +49,7 @@ zlib? ( sys-libs/zlib ) # uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no # supported libc in use depend on dev-libs/ossp-uuid. For BSD systems, # the libc includes UUID functions. -UTIL_LINUX_LIBC=( elibc_{glibc,uclibc,musl} ) +UTIL_LINUX_LIBC=( elibc_{glibc,musl} ) BSD_LIBC=( elibc_{Free,Net,Open}BSD ) nest_usedep() { diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 9b90b0ee77a1..36652b691425 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,7 +53,7 @@ zlib? ( sys-libs/zlib ) # uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no # supported libc in use depend on dev-libs/ossp-uuid. For BSD systems, # the libc includes UUID functions. -UTIL_LINUX_LIBC=( elibc_{glibc,uclibc,musl} ) +UTIL_LINUX_LIBC=( elibc_{glibc,musl} ) BSD_LIBC=( elibc_{Free,Net,Open}BSD ) nest_usedep() { |