mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
update license for tools (GPL-3+) make tools (and python) optional to avoid heavy deps when only the lib is needed, eg. brltty fix python bindings that requires SHELL=bash (some tools need it too) version is set by autoconf instead of setup.py since 3.2.0, LD_PRELOAD is required only for testing Closes: https://bugs.gentoo.org/969957 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://codeberg.org/gentoo/gentoo/pulls/627 Signed-off-by: Sam James <sam@gentoo.org>
15 lines
461 B
XML
15 lines
461 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>accessibility@gentoo.org</email>
|
|
<name>Gentoo Accessibility Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="tools">Enable python bindings and tools for testing and debugging tables</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">liblouis/liblouis</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|