From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openglide/
Date: Fri, 26 Mar 2021 14:52:17 +0000 (UTC) [thread overview]
Message-ID: <1616770328.0ffdb1f61c6d12105a6aece6f4eae196f2d74359.sam@gentoo> (raw)
commit: 0ffdb1f61c6d12105a6aece6f4eae196f2d74359
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 26 14:51:53 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 14:52:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffdb1f6
media-libs/openglide: fix installation with slibtool
Closes: https://bugs.gentoo.org/778266
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild b/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
index 967005ed1c3..c51f646d46f 100644
--- a/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
+++ b/media-libs/openglide/openglide-0.09_rc9_p20191120.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
@@ -56,6 +56,9 @@ multilib_src_install_all() {
newexe platform/dosbox/glide2x.ovl glide2x-dosbox.ovl
newexe platform/dosemu/glide2x.ovl glide2x-dosemu.ovl
- rm "${ED}"/usr/*/*.la || die
+ # Drop the libtool file *if* it exists
+ # bug #778266
+ find "${ED}" -name '*.la' -delete || die
+
einstalldocs
}
next reply other threads:[~2021-03-26 14:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-26 14:52 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-28 1:19 [gentoo-commits] repo/gentoo:master commit in: media-libs/openglide/ Sam James
2023-09-27 6:22 Sam James
2023-07-02 20:28 James Le Cuirot
2021-05-02 19:33 James Le Cuirot
2019-11-22 22:17 James Le Cuirot
2019-11-22 22:17 James Le Cuirot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1616770328.0ffdb1f61c6d12105a6aece6f4eae196f2d74359.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox