Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/parted/
Date: Sat, 01 Jan 2022 20:08:05
Message-Id: 1641067642.e8750eda30030e3f13ceaf0fc3c03a0e604ca649.soap@gentoo
1 commit: e8750eda30030e3f13ceaf0fc3c03a0e604ca649
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:22 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8750eda
7
8 sys-block/parted: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-block/parted/parted-3.4.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/sys-block/parted/parted-3.4.ebuild b/sys-block/parted/parted-3.4.ebuild
16 index 456596f69808..67d60f004ca8 100644
17 --- a/sys-block/parted/parted-3.4.ebuild
18 +++ b/sys-block/parted/parted-3.4.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -inherit flag-o-matic verify-sig
27 +inherit verify-sig
28
29 DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
30 HOMEPAGE="https://www.gnu.org/software/parted/"
31 @@ -24,7 +24,6 @@ RDEPEND="
32 >=sys-libs/ncurses-5.7-r7:0=
33 >=sys-libs/readline-5.2:0=
34 )
35 - elibc_uclibc? ( dev-libs/libiconv )
36 "
37 DEPEND="${RDEPEND}"
38 BDEPEND="
39 @@ -46,7 +45,6 @@ src_prepare() {
40 }
41
42 src_configure() {
43 - use elibc_uclibc && append-libs -liconv
44 local myconf=(
45 $(use_enable debug)
46 $(use_enable device-mapper)