diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-12 18:39:48 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-12 18:39:48 +0300 |
commit | 9771ab04b4b3b42488479328d17970b6d068f291 (patch) | |
tree | 5d9fc3d73892f138557331fae548e6ff87019dfb /net-dns | |
parent | x11-themes/papirus-icon-theme: Version bump (v20200702) (diff) | |
download | gentoo-9771ab04b4b3b42488479328d17970b6d068f291.tar.gz gentoo-9771ab04b4b3b42488479328d17970b6d068f291.tar.bz2 gentoo-9771ab04b4b3b42488479328d17970b6d068f291.zip |
net-dns/bind: respect ar
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/bind-9.16.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-dns/bind/bind-9.16.4.ebuild b/net-dns/bind/bind-9.16.4.ebuild index b7801db811dc..35625f9dfc9c 100644 --- a/net-dns/bind/bind-9.16.4.ebuild +++ b/net-dns/bind/bind-9.16.4.ebuild @@ -108,6 +108,7 @@ src_prepare() { src_configure() { local myeconfargs=( + AR="$(type -P $(tc-getAR))" --prefix="${EPREFIX}"/usr --sysconfdir=/etc/bind --localstatedir=/var @@ -159,8 +160,6 @@ src_install() { dodoc CHANGES README if use doc; then - dodoc doc/arm/Bv9ARM.pdf - docinto misc dodoc -r doc/misc/ |