From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1238129-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 145E813835A
	for <garchives@archives.gentoo.org>; Wed,  6 Jan 2021 00:02:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 289C3E0878;
	Wed,  6 Jan 2021 00:02:31 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0ECCCE0878
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Jan 2021 00:02:31 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0AF04340F46
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Jan 2021 00:02:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 70F1548F
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Jan 2021 00:02:28 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1609891319.8c6dbafdc9c5fc5d1f6b3c972f1d3c39eb8d34e1.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
X-VCS-Directories: dev-libs/tomsfastmath/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 8c6dbafdc9c5fc5d1f6b3c972f1d3c39eb8d34e1
X-VCS-Branch: master
Date: Wed,  6 Jan 2021 00:02:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: dcb37c46-ef05-4bf8-91f1-a438db72d64f
X-Archives-Hash: 27ab7482708679da54415b2cde070d21

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"
 )