diff options
author | Sebastian Pipping <sping@gentoo.org> | 2021-02-06 20:49:18 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2021-02-06 20:49:18 +0100 |
commit | a6a4ead784a804ea6e231b0536c12f6672130a6c (patch) | |
tree | 5b8b6bb0c20b5e93ba2c5124575c626dee808121 /dev-libs | |
parent | net-mail/dovecot: Stabilize 2.3.13-r100 s390, #763525 (diff) | |
download | gentoo-a6a4ead784a804ea6e231b0536c12f6672130a6c.tar.gz gentoo-a6a4ead784a804ea6e231b0536c12f6672130a6c.tar.bz2 gentoo-a6a4ead784a804ea6e231b0536c12f6672130a6c.zip |
dev-libs/libspnav: Respect variable AR
Closes: https://bugs.gentoo.org/723034
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libspnav/libspnav-0.2.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libspnav/libspnav-0.2.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libspnav/libspnav-0.2.3-r1.ebuild b/dev-libs/libspnav/libspnav-0.2.3-r1.ebuild index 0061ce48ad0a..e6ac19071675 100644 --- a/dev-libs/libspnav/libspnav-0.2.3-r1.ebuild +++ b/dev-libs/libspnav/libspnav-0.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -34,7 +34,7 @@ src_configure() { } src_compile() { - emake CC="$(tc-getCC)" + emake AR="$(tc-getAR)" CC="$(tc-getCC)" } src_install() { diff --git a/dev-libs/libspnav/libspnav-0.2.3.ebuild b/dev-libs/libspnav/libspnav-0.2.3.ebuild index b4411a26466b..51c269b4b20d 100644 --- a/dev-libs/libspnav/libspnav-0.2.3.ebuild +++ b/dev-libs/libspnav/libspnav-0.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -34,7 +34,7 @@ src_configure() { } src_compile() { - emake CC="$(tc-getCC)" + emake AR="$(tc-getAR)" CC="$(tc-getCC)" } src_install() { |