From 3af3bb8eb4aaea4d3b9d57539847134c560b8b0e Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 22 Mar 2021 22:44:43 +0000 Subject: dev-libs/tomsfastmath: tiny cosmetic changes * Adjust HOMEPAGE (not split over 2 lines) * Less quoting Signed-off-by: Sam James --- dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'dev-libs/tomsfastmath') 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-65-gdbad