Skip to content

Commit

Permalink
app-portage/smart-live-rebuild: Set DISTUTILS_USE_SETUPTOOLS
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed May 30, 2020
1 parent 4764bf6 commit 7c4303b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{6..9} )

inherit distutils-r1
Expand Down
2 changes: 2 additions & 0 deletions app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{6..9} )

EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
Expand Down

0 comments on commit 7c4303b

Please sign in to comment.