diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:41 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:41 +0100 |
commit | 9e30aad82b49d4d54b9af3fbee9ffa735e065117 (patch) | |
tree | 635c122fe326e4d22add8675521790d2766bd502 /sci-mathematics/arb | |
parent | sci-libs/proj: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-9e30aad82b49d4d54b9af3fbee9ffa735e065117.tar.gz gentoo-9e30aad82b49d4d54b9af3fbee9ffa735e065117.tar.bz2 gentoo-9e30aad82b49d4d54b9af3fbee9ffa735e065117.zip |
sci-mathematics/arb: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics/arb')
-rw-r--r-- | sci-mathematics/arb/arb-2.11.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/arb/arb-2.16.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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/" |