From d9259841470e4e8b5791da2ca9cbd91583de0add Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 25 Dec 2020 22:06:28 -0500 Subject: [PATCH] sys-block/parted: use BDEPEND with EAPI 7 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Michael Signed-off-by: Mike Gilbert --- sys-block/parted/parted-3.3-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-block/parted/parted-3.3-r2.ebuild b/sys-block/parted/parted-3.3-r2.ebuild index 5cc32e79496fc..cff62a97aed8a 100644 --- a/sys-block/parted/parted-3.3-r2.ebuild +++ b/sys-block/parted/parted-3.3-r2.ebuild @@ -24,8 +24,8 @@ RDEPEND=" selinux? ( sys-libs/libselinux ) elibc_uclibc? ( dev-libs/libiconv ) " -DEPEND=" - ${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" nls? ( >=sys-devel/gettext-0.12.1-r2 ) virtual/pkgconfig " @@ -59,5 +59,5 @@ DOCS=( src_install() { default - find "${D}" -name '*.la' -delete || die + find "${ED}" -type f -name '*.la' -delete || die }