From: Lars Wendler Date: Mon, 23 Apr 2018 07:30:27 +0000 (+0200) Subject: dev-libs/libbytesize: Revbump to not create top-lvel directory (again). X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5ce3ae1f3b1d4eac5c2b1b737256fbc60cfa93e8;p=gentoo.git dev-libs/libbytesize: Revbump to not create top-lvel directory (again). Bug: https://bugs.gentoo.org/634840 Package-Manager: Portage-2.3.31, Repoman-2.3.9 --- diff --git a/dev-libs/libbytesize/libbytesize-1.3.ebuild b/dev-libs/libbytesize/libbytesize-1.3-r1.ebuild similarity index 83% rename from dev-libs/libbytesize/libbytesize-1.3.ebuild rename to dev-libs/libbytesize/libbytesize-1.3-r1.ebuild index ec3d92738f16..8506a7a74ea1 100644 --- a/dev-libs/libbytesize/libbytesize-1.3.ebuild +++ b/dev-libs/libbytesize/libbytesize-1.3-r1.ebuild @@ -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[@]}" }