Skip to content

Commit

Permalink
sys-apps/portage: set DISTUTILS_EXT=1
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed May 23, 2023
1 parent 3ed16bc commit 78f6f21
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion sys-apps/portage/portage-3.0.44-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

EAPI=7

PYTHON_COMPAT=( pypy3 python3_{9..11} )
DISTUTILS_EXT=1
PYTHON_COMPAT=( pypy3 python3_{10..11} )
PYTHON_REQ_USE='bzip2(+),threads(+)'
TMPFILES_OPTIONAL=1

Expand Down
3 changes: 2 additions & 1 deletion sys-apps/portage/portage-3.0.45.3-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

EAPI=7

PYTHON_COMPAT=( pypy3 python3_{9..11} )
DISTUTILS_EXT=1
PYTHON_COMPAT=( pypy3 python3_{10..11} )
PYTHON_REQ_USE='bzip2(+),threads(+)'
TMPFILES_OPTIONAL=1

Expand Down
3 changes: 2 additions & 1 deletion sys-apps/portage/portage-3.0.46.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

EAPI=7

PYTHON_COMPAT=( pypy3 python3_{9..11} )
DISTUTILS_EXT=1
PYTHON_COMPAT=( pypy3 python3_{10..11} )
PYTHON_REQ_USE='bzip2(+),threads(+)'
TMPFILES_OPTIONAL=1

Expand Down
2 changes: 1 addition & 1 deletion sys-apps/portage/portage-3.0.47.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=7

DISTUTILS_EXT=1
PYTHON_COMPAT=( pypy3 python3_{9..11} )
PYTHON_COMPAT=( pypy3 python3_{10..11} )
PYTHON_REQ_USE='bzip2(+),threads(+)'
TMPFILES_OPTIONAL=1

Expand Down
1 change: 1 addition & 0 deletions sys-apps/portage/portage-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

EAPI=7

DISTUTILS_EXT=1
PYTHON_COMPAT=( pypy3 python3_{9..11} )
PYTHON_REQ_USE='bzip2(+),threads(+)'
TMPFILES_OPTIONAL=1
Expand Down

0 comments on commit 78f6f21

Please sign in to comment.