commit:     dc57380f3de5b1e35a3c5ce5f7e5f2d3e5782691
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 19:03:38 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 19:06:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc57380f

sci-astronomy/erfa: EAPI-7 bump, drop eutils/ltprune and static-libs

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-astronomy/erfa/erfa-1.4.0.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/sci-astronomy/erfa/erfa-1.4.0.ebuild 
b/sci-astronomy/erfa/erfa-1.4.0.ebuild
index e9480bda206..0d4dc784609 100644
--- a/sci-astronomy/erfa/erfa-1.4.0.ebuild
+++ b/sci-astronomy/erfa/erfa-1.4.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit autotools eutils ltprune
+inherit autotools
 
 DESCRIPTION="Essential Routines for Fundamental Astronomy"
 HOMEPAGE="https://github.com/liberfa/erfa";
@@ -12,8 +12,7 @@ 
SRC_URI="https://github.com/liberfa/erfa/releases/download/v${PV}/${P}.tar.gz";
 LICENSE="BSD"
 SLOT="0/1"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-IUSE="static-libs"
+IUSE=""
 
 src_prepare() {
        default
@@ -21,10 +20,10 @@ src_prepare() {
 }
 
 src_configure() {
-       econf $(use_enable static-libs static)
+       econf --disable-static
 }
 
 src_install() {
        default
-       prune_libtool_files --all
+       find "${ED}" -name '*.la' -delete || die
 }

Reply via email to