commit: d9259841470e4e8b5791da2ca9cbd91583de0add
Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sat Dec 26 03:06:28 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 17:27:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9259841
sys-block/parted: use BDEPEND with EAPI 7
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
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 5cc32e79496..cff62a97aed 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
}