Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/polyml/
Date: Sat, 02 Jul 2022 20:35:40
Message-Id: 1656794116.773be18b05ab0ad1cc51542aef3d48732631859d.tupone@gentoo
1 commit: 773be18b05ab0ad1cc51542aef3d48732631859d
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 20:34:56 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 20:35:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773be18b
7
8 dev-lang/polyml: clean la files
9
10 Closes: https://bugs.gentoo.org/842864
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-lang/polyml/polyml-5.9-r1.ebuild | 7 ++++++-
15 1 file changed, 6 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-lang/polyml/polyml-5.9-r1.ebuild b/dev-lang/polyml/polyml-5.9-r1.ebuild
18 index 36f9d9054e80..fef26cddee79 100644
19 --- a/dev-lang/polyml/polyml-5.9-r1.ebuild
20 +++ b/dev-lang/polyml/polyml-5.9-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -44,3 +44,8 @@ src_configure() {
28 src_test() {
29 emake tests
30 }
31 +
32 +src_install() {
33 + default
34 + rm "${D}"/usr/lib*/libpolyml.la || die
35 +}