commit:     3af3bb8eb4aaea4d3b9d57539847134c560b8b0e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 22:44:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 23 04:48:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af3bb8e

dev-libs/tomsfastmath: tiny cosmetic changes

* Adjust HOMEPAGE (not split over 2 lines)
* Less quoting

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild 
b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index 9eabf46f3fe..7cde2a6d3e5 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

Reply via email to