diff options
author | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:22 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:22 +0100 |
commit | e8750eda30030e3f13ceaf0fc3c03a0e604ca649 (patch) | |
tree | a5b075482c9c36d280e78d86c884df4239671f1b /sys-block | |
parent | sys-apps/shadow: remove uclibc (diff) | |
download | gentoo-e8750eda30030e3f13ceaf0fc3c03a0e604ca649.tar.gz gentoo-e8750eda30030e3f13ceaf0fc3c03a0e604ca649.tar.bz2 gentoo-e8750eda30030e3f13ceaf0fc3c03a0e604ca649.zip |
sys-block/parted: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/parted/parted-3.4.ebuild | 6 |
1 files 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) |