mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
committed by
Mike Gilbert
parent
c3877a5815
commit
d925984147
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user