From f8b31859e124b4c34b5be541c420f8f919269458 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 1 Jan 2022 21:07:00 +0100 Subject: dev-db/postgresql: remove uclibc Signed-off-by: David Seifert --- dev-db/postgresql/postgresql-11.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-db/postgresql/postgresql-11.14.ebuild') 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() { -- cgit v1.2.3