Skip to content

Commit

Permalink
app-editors/retext: Inherit optfeature.eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Sep 7, 2020
1 parent bfd77ee commit 3f4620d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-editors/retext/retext-7.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EAPI=7
# https://bitbucket.org/pypy/compatibility/wiki/Home#!gui-library-bindings
PYTHON_COMPAT=( python3_{7,8,9} )

inherit distutils-r1 eutils virtualx xdg-utils
inherit distutils-r1 optfeature virtualx xdg-utils
DISTUTILS_USE_SETUPTOOLS=rdepend

MY_PN="ReText"
Expand Down
2 changes: 1 addition & 1 deletion app-editors/retext/retext-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EAPI=7
# https://bitbucket.org/pypy/compatibility/wiki/Home#!gui-library-bindings
PYTHON_COMPAT=( python3_{7,8,9} )

inherit distutils-r1 virtualx xdg-utils
inherit distutils-r1 optfeature virtualx xdg-utils
DISTUTILS_USE_SETUPTOOLS=rdepend

MY_PN="ReText"
Expand Down

0 comments on commit 3f4620d

Please sign in to comment.