Skip to content

Commit

Permalink
app-portage/gentoopm: 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 Dec 16, 2019
1 parent 4e65043 commit 5e2f500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-portage/gentoopm/gentoopm-0.3.1.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=( python{2_7,3_5,3_6,3_7,3_8} pypy )

inherit distutils-r1
Expand Down
2 changes: 2 additions & 0 deletions app-portage/gentoopm/gentoopm-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=( python{2_7,3_5,3_6,3_7,3_8} pypy )

EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
Expand Down

0 comments on commit 5e2f500

Please sign in to comment.