Skip to content

Commit

Permalink
Revert "dev-java/javatoolkit: migrated to pep517"
Browse files Browse the repository at this point in the history
This reverts commit 5c70bf4.

The PEP517 port ends up not installing files to /usr/bin etc.

Bug: https://bugs.gentoo.org/909906
Closes: https://bugs.gentoo.org/933409
CLoses: https://bugs.gentoo.org/933467
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 3, 2024
1 parent a7b8dcc commit 80a5123
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

EAPI=7

PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="xml(+)"
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_USE_SETUPTOOLS=no

inherit distutils-r1 prefix

Expand Down

0 comments on commit 80a5123

Please sign in to comment.