From 8d5dbd847cbc704a6a06405856e94b461011afe3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 27 Mar 2021 06:06:27 +0000 Subject: gentoo resync : 27.03.2021 --- dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild') diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild index 9eabf46f3fef..7cde2a6d3e58 100644 --- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild +++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild @@ -6,8 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Fast public domain large integer arithmetic library" -HOMEPAGE="https://www.libtom.net/TomsFastMath/ - https://github.com/libtom/tomsfastmath" +HOMEPAGE="https://www.libtom.net/TomsFastMath/ https://github.com/libtom/tomsfastmath" SRC_URI="https://github.com/libtom/tomsfastmath/releases/download/v${PV}/tfm-${PV}.tar.xz" LICENSE="Unlicense" @@ -21,8 +20,8 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86" BDEPEND="sys-devel/libtool" PATCHES=( - "${FILESDIR}/${P}-makefile-fix.patch" - "${FILESDIR}/${PN}-0.13.1-export-fp_isprime_ex.patch" + "${FILESDIR}"/${P}-makefile-fix.patch + "${FILESDIR}"/${PN}-0.13.1-export-fp_isprime_ex.patch ) _emake() { @@ -50,7 +49,7 @@ src_test() { # We choose to be verbose during the test process # because the output is quite repetitive with no # clear demarcation b/t tests - local tests=( "test" "stest" "rsatest" ) + local tests=( test stest rsatest ) local test for test in "${tests[@]}"; do -- cgit v1.2.3