From: David Seifert Date: Sat, 15 Feb 2020 10:02:41 +0000 (+0100) Subject: sci-mathematics/arb: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9e30aad82b49d4d54b9af3fbee9ffa735e065117;p=gentoo.git sci-mathematics/arb: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/sci-mathematics/arb/arb-2.11.1-r1.ebuild b/sci-mathematics/arb/arb-2.11.1-r1.ebuild index 26602ecdad3e..f27adcd77127 100644 --- a/sci-mathematics/arb/arb-2.11.1-r1.ebuild +++ b/sci-mathematics/arb/arb-2.11.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit eutils ltprune toolchain-funcs DESCRIPTION="C library for arbitrary-precision interval arithmetic" HOMEPAGE="http://fredrikj.net/arb/" diff --git a/sci-mathematics/arb/arb-2.16.0.ebuild b/sci-mathematics/arb/arb-2.16.0.ebuild index d835bfd1bd6d..8a9abe3d5c7d 100644 --- a/sci-mathematics/arb/arb-2.16.0.ebuild +++ b/sci-mathematics/arb/arb-2.16.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit eutils ltprune toolchain-funcs DESCRIPTION="C library for arbitrary-precision interval arithmetic" HOMEPAGE="http://fredrikj.net/arb/"