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 A030F158086 for ; Sat, 1 Jan 2022 20:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71E282BC05B; Sat, 1 Jan 2022 20:08:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5C9EB2BC04F for ; Sat, 1 Jan 2022 20:08:04 +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 5B4F0342F1A for ; Sat, 1 Jan 2022 20:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65CC0282 for ; Sat, 1 Jan 2022 20:08:00 +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: <1641067642.e8750eda30030e3f13ceaf0fc3c03a0e604ca649.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/parted/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/parted/parted-3.4.ebuild X-VCS-Directories: sys-block/parted/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e8750eda30030e3f13ceaf0fc3c03a0e604ca649 X-VCS-Branch: master Date: Sat, 1 Jan 2022 20:08:00 +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: 05adeb13-4d09-4195-b356-b92b62f4f2ea X-Archives-Hash: 8f6c5f6599df3c2a1ad4c5edeec8678e commit: e8750eda30030e3f13ceaf0fc3c03a0e604ca649 Author: David Seifert gentoo org> AuthorDate: Sat Jan 1 20:07:22 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 1 20:07:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8750eda sys-block/parted: remove uclibc Signed-off-by: David Seifert gentoo.org> sys-block/parted/parted-3.4.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-block/parted/parted-3.4.ebuild b/sys-block/parted/parted-3.4.ebuild index 456596f69808..67d60f004ca8 100644 --- a/sys-block/parted/parted-3.4.ebuild +++ b/sys-block/parted/parted-3.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic verify-sig +inherit verify-sig DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems" HOMEPAGE="https://www.gnu.org/software/parted/" @@ -24,7 +24,6 @@ RDEPEND=" >=sys-libs/ncurses-5.7-r7:0= >=sys-libs/readline-5.2:0= ) - elibc_uclibc? ( dev-libs/libiconv ) " DEPEND="${RDEPEND}" BDEPEND=" @@ -46,7 +45,6 @@ src_prepare() { } src_configure() { - use elibc_uclibc && append-libs -liconv local myconf=( $(use_enable debug) $(use_enable device-mapper)