commit: 71bdf96717e70de168c9390452f375244807ff4d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 6 00:00:16 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 6 00:00:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71bdf967
dev-libs/libtomcrypt: add libtool BDEPEND Closes: 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/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild index 5ce640567ca..ddbf24c826a 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-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 @@ -20,7 +20,10 @@ SLOT="0/1" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+gmp +libtommath tomsfastmath" -BDEPEND="virtual/pkgconfig" +BDEPEND=" + sys-devel/libtool + virtual/pkgconfig +" DEPEND=" gmp? ( dev-libs/gmp:= ) libtommath? ( dev-libs/libtommath:= )