blob: 80767e5fbb21bd0497dae7aea2e55c14ac4a6c40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=configure install prepare setup
DEPEND=dev-libs/boost:= dev-util/mdds:1/2.0 python? ( python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) )
DESCRIPTION=General purpose formula parser & interpreter
EAPI=8
HOMEPAGE=https://gitlab.com/ixion/ixion
INHERIT=python-single-r1
IUSE=debug python python_single_target_python3_9 python_single_target_python3_10
KEYWORDS=amd64 ~arm arm64 ~loong ~ppc ~ppc64 x86
LICENSE=MIT
RDEPEND=dev-libs/boost:= dev-util/mdds:1/2.0 python? ( python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) )
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_9 python_single_target_python3_10 ) )
SLOT=0/0.17
SRC_URI=https://kohei.us/files/ixion/src/libixion-0.17.0.tar.xz
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs cf009a3ed4e5bef503e7a9f215791a78 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-single-r1 75118e916668a74c660a13b0ecb22562
_md5_=f42a3a6d28e378fadc30e7342c4aa892
|