diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2021-04-13 23:58:07 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-15 09:38:50 +0300 |
commit | d447ab3f0184ca5eb865e8569162eb8bc751957f (patch) | |
tree | 2c8672e6db303d0919ce26a5e35fbcde880cedca /media-libs/nas | |
parent | media-gfx/transfig: remove ar l for binutils-2.36 (diff) | |
download | gentoo-d447ab3f0184ca5eb865e8569162eb8bc751957f.tar.gz gentoo-d447ab3f0184ca5eb865e8569162eb8bc751957f.tar.bz2 gentoo-d447ab3f0184ca5eb865e8569162eb8bc751957f.zip |
media-libs/nas: remove ar l for binutils-2.36
Matches new arguments used by xorg-cf-files-1.0.6-r2
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-libs/nas')
-rw-r--r-- | media-libs/nas/nas-1.9.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/nas/nas-1.9.4-r2.ebuild b/media-libs/nas/nas-1.9.4-r2.ebuild index 6364aaca1aa4..1b04016bd05c 100644 --- a/media-libs/nas/nas-1.9.4-r2.ebuild +++ b/media-libs/nas/nas-1.9.4-r2.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 @@ -57,7 +57,7 @@ multilib_src_configure() { multilib_src_compile() { # EXTRA_LDOPTIONS, SHLIBGLOBALSFLAGS #336564#c2 local emakeopts=( - AR="$(tc-getAR) clq" + AR="$(tc-getAR) cq" AS="$(tc-getAS)" CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" |