app-arch/xz-utils: stop removing *.a files
authorMichael Haubenwallner <haubi@gentoo.org>
Wed, 12 Jun 2019 08:32:44 +0000 (10:32 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Wed, 12 Jun 2019 08:34:38 +0000 (10:34 +0200)
commitad4a5f5695f9d93e1dceeae7cc943b916c9ab61e
tree2877f00473a6a0b11e918ecf01c77dff5e01e70d
parent3f9ebc0d9df37658801b5f733f6865d7d49cebab
app-arch/xz-utils: stop removing *.a files

Upon configure --disable-static, libtool does not create the static
library at all, as long as it is able to create the shared library.
And the *.a file name may be used with shared libraries too (*.dll.a
on Cygwin), so we may end up without any library when removing *.a.

Closes: https://bugs.gentoo.org/687904
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
app-arch/xz-utils/xz-utils-5.2.4-r3.ebuild [new file with mode: 0644]
app-arch/xz-utils/xz-utils-9999.ebuild