Skip to content

Commit

Permalink
dev-libs/marisa: Inherit toolchain-funcs.eclass explicitly.
Browse files Browse the repository at this point in the history
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <[email protected]>
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Nov 16, 2020
1 parent 4c4b194 commit 0a9ed3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-libs/marisa/marisa-0.2.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
DISTUTILS_OPTIONAL="1"
DISTUTILS_USE_SETUPTOOLS="no"

inherit autotools distutils-r1
inherit autotools distutils-r1 toolchain-funcs

if [[ "${PV}" == "9999" ]]; then
inherit git-r3
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/marisa/marisa-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
DISTUTILS_OPTIONAL="1"
DISTUTILS_USE_SETUPTOOLS="no"

inherit autotools distutils-r1
inherit autotools distutils-r1 toolchain-funcs

if [[ "${PV}" == "9999" ]]; then
inherit git-r3
Expand Down

0 comments on commit 0a9ed3f

Please sign in to comment.