Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/lwp/
Date: Thu, 08 Jul 2021 09:44:23
Message-Id: 1625737378.eb5e3f913f965587150b9604c908f564ae2848e0.ionen@gentoo
1 commit: eb5e3f913f965587150b9604c908f564ae2848e0
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Jun 21 15:59:09 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 09:42:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5e3f91
7
8 sys-libs/lwp: EAPI7, ltprune--
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/21360
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 sys-libs/lwp/lwp-2.8.ebuild | 8 +++-----
16 1 file changed, 3 insertions(+), 5 deletions(-)
17
18 diff --git a/sys-libs/lwp/lwp-2.8.ebuild b/sys-libs/lwp/lwp-2.8.ebuild
19 index 42499946341..fae40ac9989 100644
20 --- a/sys-libs/lwp/lwp-2.8.ebuild
21 +++ b/sys-libs/lwp/lwp-2.8.ebuild
22 @@ -1,8 +1,7 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 -inherit ltprune
29 +EAPI=7
30
31 DESCRIPTION="Light-weight process library (used by Coda)"
32 HOMEPAGE="http://www.coda.cs.cmu.edu/"
33 @@ -11,7 +10,6 @@ SRC_URI="http://www.coda.cs.cmu.edu/pub/lwp/src/${P}.tar.xz"
34 LICENSE="LGPL-2.1"
35 SLOT="1"
36 KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
37 -IUSE=""
38
39 PATCHES=(
40 "${FILESDIR}"/${P}-ia64.patch
41 @@ -23,5 +21,5 @@ src_configure() {
42
43 src_install() {
44 default
45 - prune_libtool_files
46 + find "${ED}" -name '*.la' -delete || die
47 }