mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
Python 3.10 introduced an explicit configure switch to control linking the readline extension against libedit vs. readline. Add IUSE=libedit to expose this support to users, as it may be useful for applications that link against libedit itself and embed Python (e.g. LLDB). Signed-off-by: Michał Górny <mgorny@gentoo.org>
16 lines
740 B
XML
16 lines
740 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="bluetooth">Build Bluetooth protocol support in socket module</flag>
|
|
<flag name="libedit">Link readline extension against <pkg>dev-libs/libedit</pkg> instead of <pkg>sys-libs/readline</pkg>.</flag>
|
|
<flag name="pgo">Optimize the build using Profile Guided Optimization (PGO)</flag>
|
|
<flag name="lto">Optimize the build using Link Time Optimization (LTO)</flag>
|
|
<flag name="wininst">Install Windows executables required to create an executable installer for MS Windows.</flag>
|
|
</use>
|
|
</pkgmetadata>
|