Skip to content

Commit

Permalink
dev-libs/libbytesize: Revbump to not create top-lvel directory (again).
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/634840
Package-Manager: Portage-2.3.31, Repoman-2.3.9
  • Loading branch information
Lars Wendler committed Apr 23, 2018
1 parent 4960627 commit 5ce3ae1
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,9 @@ src_prepare() {

src_configure() {
local myeconfargs=(
$(use_with python_targets_python2_7 python2)
--without-python3
$(use_with doc gtk-doc)
)
if use python_targets_python3_4 || use python_targets_python3_5 || use python_targets_python3_6 ; then
myeconfargs+=( --with-python3 )
else
myeconfargs+=( --without-python3 )
fi
econf "${myeconfargs[@]}"
}

Expand Down

0 comments on commit 5ce3ae1

Please sign in to comment.