blob: fdc4aa3eb013448f6bb3e89995a58644d93a7ad2 (
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_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) )
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_10 python_single_target_python3_11
KEYWORDS=amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86
LICENSE=MIT
RDEPEND=dev-libs/boost:= dev-util/mdds:1/2.0 python? ( python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) )
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 ) )
SLOT=0/0.17
SRC_URI=https://kohei.us/files/ixion/src/libixion-0.17.0.tar.xz
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 0857e21aa6e0f3748cfd8829a98ce1f7 python-single-r1 75118e916668a74c660a13b0ecb22562
_md5_=17b4f460add80a32522f6bf58bc2b56d
|