Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/
Date: Thu, 02 Jul 2020 09:34:43
Message-Id: 1593682460.8964e52b9ac9bff9c7d9c1f1d3c6b5bd864cd9c8.soap@gentoo
1 commit: 8964e52b9ac9bff9c7d9c1f1d3c6b5bd864cd9c8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 09:34:20 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 09:34:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8964e52b
7
8 net-dns/bind-tools: Pass AR to build system
9
10 Closes: https://bugs.gentoo.org/721030
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 net-dns/bind-tools/bind-tools-9.14.12.ebuild | 1 +
15 net-dns/bind-tools/bind-tools-9.16.3.ebuild | 1 +
16 net-dns/bind-tools/bind-tools-9.16.4.ebuild | 1 +
17 3 files changed, 3 insertions(+)
18
19 diff --git a/net-dns/bind-tools/bind-tools-9.14.12.ebuild b/net-dns/bind-tools/bind-tools-9.14.12.ebuild
20 index e179fdad326..61d9c2df8c8 100644
21 --- a/net-dns/bind-tools/bind-tools-9.14.12.ebuild
22 +++ b/net-dns/bind-tools/bind-tools-9.14.12.ebuild
23 @@ -70,6 +70,7 @@ src_configure() {
24 $(use_with gssapi)
25 $(use_with readline)
26 $(use_enable caps linux-caps)
27 + AR="$(type -P $(tc-getAR))"
28 )
29
30 # bug 607400
31
32 diff --git a/net-dns/bind-tools/bind-tools-9.16.3.ebuild b/net-dns/bind-tools/bind-tools-9.16.3.ebuild
33 index 43003876270..3150d630e4d 100644
34 --- a/net-dns/bind-tools/bind-tools-9.16.3.ebuild
35 +++ b/net-dns/bind-tools/bind-tools-9.16.3.ebuild
36 @@ -71,6 +71,7 @@ src_configure() {
37 $(use_with gssapi)
38 $(use_with readline)
39 $(use_enable caps linux-caps)
40 + AR="$(type -P $(tc-getAR))"
41 )
42
43 # bug 607400
44
45 diff --git a/net-dns/bind-tools/bind-tools-9.16.4.ebuild b/net-dns/bind-tools/bind-tools-9.16.4.ebuild
46 index e5e7e2b6a22..d304fa4ca62 100644
47 --- a/net-dns/bind-tools/bind-tools-9.16.4.ebuild
48 +++ b/net-dns/bind-tools/bind-tools-9.16.4.ebuild
49 @@ -84,6 +84,7 @@ src_configure() {
50 $(use_with gssapi)
51 $(use_with readline)
52 $(use_enable caps linux-caps)
53 + AR="$(type -P $(tc-getAR))"
54 )
55
56 # bug 607400