diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-06-21 17:59:09 +0200 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-07-08 05:42:58 -0400 |
commit | eb5e3f913f965587150b9604c908f564ae2848e0 (patch) | |
tree | ea58b838c9cb051110d1323fea99473ea602fb8a /sys-libs/lwp | |
parent | dev-libs/libuv: Bump to 1.41.1 (diff) | |
download | gentoo-eb5e3f913f965587150b9604c908f564ae2848e0.tar.gz gentoo-eb5e3f913f965587150b9604c908f564ae2848e0.tar.bz2 gentoo-eb5e3f913f965587150b9604c908f564ae2848e0.zip |
sys-libs/lwp: EAPI7, ltprune--
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/21360
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'sys-libs/lwp')
-rw-r--r-- | sys-libs/lwp/lwp-2.8.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-libs/lwp/lwp-2.8.ebuild b/sys-libs/lwp/lwp-2.8.ebuild index 42499946341a..fae40ac99897 100644 --- a/sys-libs/lwp/lwp-2.8.ebuild +++ b/sys-libs/lwp/lwp-2.8.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit ltprune +EAPI=7 DESCRIPTION="Light-weight process library (used by Coda)" HOMEPAGE="http://www.coda.cs.cmu.edu/" @@ -11,7 +10,6 @@ SRC_URI="http://www.coda.cs.cmu.edu/pub/lwp/src/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="1" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" PATCHES=( "${FILESDIR}"/${P}-ia64.patch @@ -23,5 +21,5 @@ src_configure() { src_install() { default - prune_libtool_files + find "${ED}" -name '*.la' -delete || die } |