blob: fe0216e34c95c409cb786e7f143b0daf4b063cc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=configure
DEPEND=dev-libs/gmp:= cryptopp? ( dev-libs/crypto++ )
DESCRIPTION=Post-quantum cryptography tool
EAPI=5
HOMEPAGE=http://e-x-a.org/codecrypt/
IUSE=+cryptopp
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-3
RDEPEND=dev-libs/gmp:= cryptopp? ( dev-libs/crypto++ )
SLOT=0
SRC_URI=http://e-x-a.org/codecrypt/files/codecrypt-1.6.tar.gz
_eclass_exported_funcs=src_configure:-
_md5_=8b96a0a09e545ea47b7f469b2d81eb01
|