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/postgresql/postgresql-9999.ebuild | |
| parent | c1208a248ca992b1175cb52e368fc48f186299d7 (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/postgresql/postgresql-9999.ebuild')
| -rw-r--r-- | dev-db/postgresql/postgresql-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |
