diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2021-04-13 23:34:29 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-15 09:38:49 +0300 |
commit | 51e03a9365ec42df5373625b8d97eff2eb7db06f (patch) | |
tree | 3bb48734b2127fcdb394c9284e8baf66e0a50aae /games-board/xmille | |
parent | x11-misc/xorg-cf-files: remove ar l for binutils-2.36 (diff) | |
download | gentoo-51e03a9365ec42df5373625b8d97eff2eb7db06f.tar.gz gentoo-51e03a9365ec42df5373625b8d97eff2eb7db06f.tar.bz2 gentoo-51e03a9365ec42df5373625b8d97eff2eb7db06f.zip |
games-board/xmille: remove ar l for binutils-2.36
Matches new arguments used by xorg-cf-files-1.0.6-r2
Closes: https://bugs.gentoo.org/782637
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-board/xmille')
-rw-r--r-- | games-board/xmille/xmille-2.0-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-board/xmille/xmille-2.0-r4.ebuild b/games-board/xmille/xmille-2.0-r4.ebuild index 4ca1f38b7603..2bc11c74ae43 100644 --- a/games-board/xmille/xmille-2.0-r4.ebuild +++ b/games-board/xmille/xmille-2.0-r4.ebuild @@ -34,7 +34,7 @@ src_configure() { src_compile() { emake -j1 \ - AR="$(tc-getAR) clq" \ + AR="$(tc-getAR) cq" \ RANLIB="$(tc-getRANLIB)" \ CC="$(tc-getCC)" \ CDEBUGFLAGS="${CFLAGS}" \ |