From 80bf981a38100a34618031fbfec4c1af0a30639b Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 3 Sep 2020 08:31:24 -0400 Subject: app-arch/tar: fix BDEPEND for EAPI 7 Closes: https://bugs.gentoo.org/738410 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: David Michael Signed-off-by: Mike Gilbert --- app-arch/tar/tar-1.32.90.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-arch') diff --git a/app-arch/tar/tar-1.32.90.ebuild b/app-arch/tar/tar-1.32.90.ebuild index e24fc8e11b86..87f3d927f1c8 100644 --- a/app-arch/tar/tar-1.32.90.ebuild +++ b/app-arch/tar/tar-1.32.90.ebuild @@ -21,9 +21,9 @@ LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) selinux? ( sys-libs/libselinux )" DEPEND="${RDEPEND} - nls? ( >=sys-devel/gettext-0.10.35 ) static? ( ${LIB_DEPEND} ) xattr? ( elibc_glibc? ( sys-apps/attr ) )" +BDEPEND="nls? ( sys-devel/gettext )" src_prepare() { default -- cgit v1.2.3-65-gdbad