Skip to content

Commit

Permalink
dev-ada/gnatcoll-bindings: launch python setup only if python is enabled
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Jun 25, 2020
1 parent b5b9383 commit 227ce43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
S="${WORKDIR}"/${MYP}-src

pkg_setup() {
python-single-r1_pkg_setup
use python && python-single-r1_pkg_setup
ada_pkg_setup
}

Expand Down

0 comments on commit 227ce43

Please sign in to comment.