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 6A7D4158086 for ; Sat, 1 Jan 2022 20:08:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C78D2BC084; Sat, 1 Jan 2022 20:08:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E94B92BC084 for ; Sat, 1 Jan 2022 20:08:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0BB17342F29 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 B61172A3 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: <1641067664.a695924efbd712324397eeade067e66ce79a1d91.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mrxvt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/mrxvt/mrxvt-0.5.4.ebuild X-VCS-Directories: x11-terms/mrxvt/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a695924efbd712324397eeade067e66ce79a1d91 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: 1f3f3843-c3d6-4cb5-b79f-3bad574b99de X-Archives-Hash: 1e8d1e717a6ece2c472ea4eb41ee7372 commit: a695924efbd712324397eeade067e66ce79a1d91 Author: David Seifert gentoo org> AuthorDate: Sat Jan 1 20:07:44 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 1 20:07:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a695924e x11-terms/mrxvt: remove uclibc Signed-off-by: David Seifert gentoo.org> x11-terms/mrxvt/mrxvt-0.5.4.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/x11-terms/mrxvt/mrxvt-0.5.4.ebuild b/x11-terms/mrxvt/mrxvt-0.5.4.ebuild index 2f7189b2cdca..f9311471c350 100644 --- a/x11-terms/mrxvt/mrxvt-0.5.4.ebuild +++ b/x11-terms/mrxvt/mrxvt-0.5.4.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 @@ -26,7 +26,7 @@ RDEPEND=" media-libs/fontconfig media-libs/freetype x11-libs/libXft - elibc_uclibc? ( dev-libs/libiconv ) + virtual/libiconv ) utempter? ( sys-libs/libutempter ) xpm? ( x11-libs/libXpm )" @@ -43,11 +43,6 @@ PATCHES=( src_prepare() { default eautoreconf - - if use elibc_uclibc && use truetype; then - # It is stated in the README "Multichar support under XFT requires GNU iconv" - sed -i -e 's/LIBS = @LIBS@/LIBS = @LIBS@ -liconv/' src/Makefile.in || die - fi } src_configure() {