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 }