diff options
author | Sam James <sam@gentoo.org> | 2021-01-06 00:00:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-06 00:00:56 +0000 |
commit | 5b184cbefd246dcc53bfcbd955649c3e495835bc (patch) | |
tree | 4ce714d41848f46637b24cc34af46cf65d6cabc6 /dev-libs/libtommath | |
parent | dev-libs/libtomcrypt: add libtool BDEPEND (diff) | |
download | gentoo-5b184cbefd246dcc53bfcbd955649c3e495835bc.tar.gz gentoo-5b184cbefd246dcc53bfcbd955649c3e495835bc.tar.bz2 gentoo-5b184cbefd246dcc53bfcbd955649c3e495835bc.zip |
dev-libs/libtommath: 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/libtommath')
-rw-r--r-- | dev-libs/libtommath/libtommath-1.2.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild b/dev-libs/libtommath/libtommath-1.2.0.ebuild index 63c4f21009ca..78def9854c3f 100644 --- a/dev-libs/libtommath/libtommath-1.2.0.ebuild +++ b/dev-libs/libtommath/libtommath-1.2.0.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 @@ -14,6 +14,8 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc examples static-libs" +BDEPEND="sys-devel/libtool" + src_prepare() { default |