diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-02-04 00:19:21 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-05 14:12:33 +0000 |
commit | 762048810c50d1994b1af1c7d95b09353b78b38e (patch) | |
tree | aed37867d6f5fb4022de885b7d7da598bf05aa1f /sci-calculators/keurocalc | |
parent | profiles/arch/hppa: update and expand cups + pdf stable-mask (diff) | |
download | gentoo-762048810c50d1994b1af1c7d95b09353b78b38e.tar.gz gentoo-762048810c50d1994b1af1c7d95b09353b78b38e.tar.bz2 gentoo-762048810c50d1994b1af1c7d95b09353b78b38e.zip |
sys-apps/file: fix dependencies for USE=python
This uses DISTUTILS_OPTIONAL and manually adds dependencies based on
USE, but gets it wrong:
- it requires python/setuptools in DEPEND, whereas the eclass expects it
in BDEPEND for cross building
- it adds all DEPEND to RDEPEND, which then includes setuptools
- it uses hardcoded setuptools stuff instead of the eclass recommended
variable containing additional build time dependencies
It then also adds the correct BDEPEND version of the dependencies.
Solve this by ripping out the DEPEND handling altogether, and using a
minimal set of RDEPEND requirements.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-calculators/keurocalc')
0 files changed, 0 insertions, 0 deletions