diff options
author | Sam James <sam@gentoo.org> | 2021-01-06 00:00:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-06 00:00:16 +0000 |
commit | 71bdf96717e70de168c9390452f375244807ff4d (patch) | |
tree | 1dcf5c063a355e2426a2380b0b0904a12efab993 /dev-libs/libtomcrypt | |
parent | media-gfx/meshlab: subscribe to media-libs/qhull subslot (+ others) (diff) | |
download | gentoo-71bdf96717e70de168c9390452f375244807ff4d.tar.gz gentoo-71bdf96717e70de168c9390452f375244807ff4d.tar.bz2 gentoo-71bdf96717e70de168c9390452f375244807ff4d.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild | 7 |
1 files 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 5ce640567cab..ddbf24c826a7 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:= ) |