blob: 77d414f50b1d77cf38d6b1145377ebee9cd6bb93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=configure install prepare setup
DEPEND=dev-libs/boost:= dev-util/mdds:1/2.0 python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) )
DESCRIPTION=General purpose formula parser & interpreter
EAPI=8
HOMEPAGE=https://gitlab.com/ixion/ixion
INHERIT=python-single-r1
IUSE=debug python +threads python_single_target_python3_8 python_single_target_python3_9
LICENSE=MIT
RDEPEND=dev-libs/boost:= dev-util/mdds:1/2.0 python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) )
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 ) )
SLOT=0/0.17
SRC_URI=https://kohei.us/files/ixion/src/libixion-0.17.0.tar.xz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b python-utils-r1 dfa3a38467793e97fcf791b156510654 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8
_md5_=270a68b8bd46fa19aadc8b35de37f26f
|