blob: ddd8dacfcfde54645b7d7d8aa85d832237ef01d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BDEPEND=sys-devel/libtool virtual/pkgconfig
DEFINED_PHASES=compile install test
DEPEND=gmp? ( dev-libs/gmp:= ) libtommath? ( dev-libs/libtommath:= ) tomsfastmath? ( dev-libs/tomsfastmath:= )
DESCRIPTION=LibTomCrypt is a comprehensive, modular and portable cryptographic toolkit
EAPI=7
HOMEPAGE=https://www.libtom.net/LibTomCrypt/ https://github.com/libtom/libtomcrypt
INHERIT=toolchain-funcs
IUSE=+gmp +libtommath tomsfastmath
KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris
LICENSE=|| ( WTFPL-2 public-domain )
RDEPEND=gmp? ( dev-libs/gmp:= ) libtommath? ( dev-libs/libtommath:= ) tomsfastmath? ( dev-libs/tomsfastmath:= )
REQUIRED_USE=|| ( gmp libtommath tomsfastmath )
SLOT=0/1
SRC_URI=https://github.com/libtom/libtomcrypt/releases/download/v1.18.2/crypt-1.18.2.tar.xz -> libtomcrypt-1.18.2.tar.xz
_eclasses_=toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multilib c19072c3cd7ac5cb21de013f7e9832e0
_md5_=10534b95aca6e250c1018e8501284c64
|