diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-09-03 08:31:24 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-09-07 16:43:58 -0400 |
commit | 80bf981a38100a34618031fbfec4c1af0a30639b (patch) | |
tree | 2a7b9ffa7c8ce39f6863c463cab7c204a6310d24 /app-arch/tar | |
parent | sys-apps/shadow: require the mail group at runtime (diff) | |
download | gentoo-80bf981a38100a34618031fbfec4c1af0a30639b.tar.gz gentoo-80bf981a38100a34618031fbfec4c1af0a30639b.tar.bz2 gentoo-80bf981a38100a34618031fbfec4c1af0a30639b.zip |
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 <fedora.dm0@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-arch/tar')
-rw-r--r-- | app-arch/tar/tar-1.32.90.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |