From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A31D7158086 for ; Sat, 1 Jan 2022 20:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 370CC2BC099; Sat, 1 Jan 2022 20:08:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9F772BC099 for ; Sat, 1 Jan 2022 20:08:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EADA5342F5C for ; Sat, 1 Jan 2022 20:08:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A32782A2 for ; Sat, 1 Jan 2022 20:08:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1641067663.737e14dbd37c017af8668f3b7ce04c327b500d77.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/motif/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/motif/motif-2.3.8-r2.ebuild X-VCS-Directories: x11-libs/motif/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 737e14dbd37c017af8668f3b7ce04c327b500d77 X-VCS-Branch: master Date: Sat, 1 Jan 2022 20:08:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d87a53e-0721-49d0-ab1b-448363a242cb X-Archives-Hash: 33bc346de4fe50334d4d727fe3b765ea commit: 737e14dbd37c017af8668f3b7ce04c327b500d77 Author: David Seifert gentoo org> AuthorDate: Sat Jan 1 20:07:43 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 1 20:07:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737e14db x11-libs/motif: remove uclibc Signed-off-by: David Seifert gentoo.org> x11-libs/motif/motif-2.3.8-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-libs/motif/motif-2.3.8-r2.ebuild b/x11-libs/motif/motif-2.3.8-r2.ebuild index 92ab7b3e60fe..707f27f2cd29 100644 --- a/x11-libs/motif/motif-2.3.8-r2.ebuild +++ b/x11-libs/motif/motif-2.3.8-r2.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,8 +54,7 @@ src_prepare() { [[ ${CHOST} == *-solaris2.11 ]] \ && append-cppflags -DNEED_XOS_R_H -DHAVE_READDIR_R_3 - if use !elibc_glibc && use !elibc_uclibc && use !elibc_musl \ - && use unicode; then + if use !elibc_glibc && use !elibc_musl && use unicode; then # libiconv detection in configure script doesn't always work # http://bugs.motifzone.net/show_bug.cgi?id=1423 export LIBS="${LIBS} -liconv"