Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/tar/
Date: Mon, 07 Sep 2020 20:44:37
Message-Id: 1599511438.80bf981a38100a34618031fbfec4c1af0a30639b.floppym@gentoo
1 commit: 80bf981a38100a34618031fbfec4c1af0a30639b
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 3 12:31:24 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 20:43:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bf981a
7
8 app-arch/tar: fix BDEPEND for EAPI 7
9
10 Closes: https://bugs.gentoo.org/738410
11 Package-Manager: Portage-3.0.4, Repoman-2.3.23
12 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
13 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
14
15 app-arch/tar/tar-1.32.90.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-arch/tar/tar-1.32.90.ebuild b/app-arch/tar/tar-1.32.90.ebuild
19 index e24fc8e11b8..87f3d927f1c 100644
20 --- a/app-arch/tar/tar-1.32.90.ebuild
21 +++ b/app-arch/tar/tar-1.32.90.ebuild
22 @@ -21,9 +21,9 @@ LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )"
23 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
24 selinux? ( sys-libs/libselinux )"
25 DEPEND="${RDEPEND}
26 - nls? ( >=sys-devel/gettext-0.10.35 )
27 static? ( ${LIB_DEPEND} )
28 xattr? ( elibc_glibc? ( sys-apps/attr ) )"
29 +BDEPEND="nls? ( sys-devel/gettext )"
30
31 src_prepare() {
32 default