commit:     8c6dbafdc9c5fc5d1f6b3c972f1d3c39eb8d34e1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 00:01:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 00:01:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6dbafd

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 <AT> gentoo.org>

 dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 7 ++++---
 dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild    | 7 ++++---
 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 738e6706e8c..844b7e31247 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 84470bb7f27..708ecd1d02a 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"
 )

Reply via email to