summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-22 22:44:43 +0000
committerSam James <sam@gentoo.org>2021-03-23 04:48:49 +0000
commit3af3bb8eb4aaea4d3b9d57539847134c560b8b0e (patch)
treec8d2b0eee5546e51b803f01091d062c1ffd0611a /dev-libs/tomsfastmath
parentdev-libs/libtommath: add missing || die (diff)
downloadgentoo-3af3bb8eb4aaea4d3b9d57539847134c560b8b0e.tar.gz
gentoo-3af3bb8eb4aaea4d3b9d57539847134c560b8b0e.tar.bz2
gentoo-3af3bb8eb4aaea4d3b9d57539847134c560b8b0e.zip
dev-libs/tomsfastmath: tiny cosmetic changes
* Adjust HOMEPAGE (not split over 2 lines) * Less quoting Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/tomsfastmath')
-rw-r--r--dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild9
1 files 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 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