blob: ca030f12ea5fe428567ed6764ba0a4b7f3d80799 (
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/1.5 python? ( python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) )
DESCRIPTION=General purpose formula parser & interpreter
EAPI=7
HOMEPAGE=https://gitlab.com/ixion/ixion
INHERIT=python-single-r1
IUSE=debug python +threads python_single_target_python3_8 python_single_target_python3_9
KEYWORDS=amd64 ~arm arm64 ~ppc ~ppc64 x86
LICENSE=MIT
RDEPEND=dev-libs/boost:= dev-util/mdds:1/1.5 python? ( python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) )
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 ) )
SLOT=0/0.16
SRC_URI=https://kohei.us/files/ixion/src/libixion-0.16.1.tar.xz
_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-single-r1 d46c125afba8be02eb1cd7104bac6e9c
_md5_=8b06a2018c56367cc2a5b57c2d6ad915
|