summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-06 00:01:59 +0000
committerSam James <sam@gentoo.org>2021-01-06 00:01:59 +0000
commit8c6dbafdc9c5fc5d1f6b3c972f1d3c39eb8d34e1 (patch)
treeff68be759f2c51b5b4de271ed72712d1b1e17019 /dev-libs
parentdev-libs/libtommath: add libtool BDEPEND (diff)
downloadgentoo-8c6dbafdc9c5fc5d1f6b3c972f1d3c39eb8d34e1.tar.gz
gentoo-8c6dbafdc9c5fc5d1f6b3c972f1d3c39eb8d34e1.tar.bz2
gentoo-8c6dbafdc9c5fc5d1f6b3c972f1d3c39eb8d34e1.zip
dev-libs/tomsfastmath: add libtool BDEPEND
Bug: https://bugs.gentoo.org/763999 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild7
-rw-r--r--dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index 738e6706e8c4..844b7e312478 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,16 +9,17 @@ DESCRIPTION="Fast public domain large integer arithmetic library"
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"
+LICENSE="Unlicense"
# Current SONAME is 1
# Please bump when the ABI changes upstream
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-
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"
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 84470bb7f274..708ecd1d02aa 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,16 +9,17 @@ DESCRIPTION="Fast public domain large integer arithmetic library"
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"
+LICENSE="Unlicense"
# Current SONAME is 1
# Please bump when the ABI changes upstream
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+BDEPEND="sys-devel/libtool"
+
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
)