diff options
author | David Seifert <soap@gentoo.org> | 2022-01-05 11:28:00 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-05 11:28:00 +0100 |
commit | 5248467c6990b4574b2bff82fa29d09364afdae2 (patch) | |
tree | 929de93134f0e196d17cf9c7f576313df2e64c00 /dev-db/postgresql/postgresql-9999.ebuild | |
parent | x11-wm/fvwm: remove x86-fbsd (diff) | |
download | gentoo-5248467c6990b4574b2bff82fa29d09364afdae2.tar.gz gentoo-5248467c6990b4574b2bff82fa29d09364afdae2.tar.bz2 gentoo-5248467c6990b4574b2bff82fa29d09364afdae2.zip |
dev-db/postgresql: remove elibc_NetBSD/elibc_OpenBSD
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 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 049b5d38001e..c922ae2da90f 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -54,7 +54,6 @@ 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_{Net,Open}BSD ) nest_usedep() { local front back @@ -69,7 +68,7 @@ nest_usedep() { CDEPEND+=" uuid? ( ${UTIL_LINUX_LIBC[@]/%/? ( sys-apps/util-linux )} - $(nest_usedep ${UTIL_LINUX_LIBC[@]/#/!} ${BSD_LIBC[@]/#/!} dev-libs/ossp-uuid) + $(nest_usedep ${UTIL_LINUX_LIBC[@]/#/!} dev-libs/ossp-uuid) )" DEPEND="${CDEPEND} @@ -147,9 +146,6 @@ src_configure() { for i in ${UTIL_LINUX_LIBC[@]}; do use ${i} && uuid_config="--with-uuid=e2fs" done - for i in ${BSD_LIBC[@]}; do - use ${i} && uuid_config="--with-uuid=bsd" - done [[ -z $uuid_config ]] && uuid_config="--with-uuid=ossp" fi |