commit:     5ce3ae1f3b1d4eac5c2b1b737256fbc60cfa93e8
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 07:30:27 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 07:30:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce3ae1f

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

 .../{libbytesize-1.3.ebuild => libbytesize-1.3-r1.ebuild}          | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

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 ec3d92738f1..8506a7a74ea 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[@]}"
 }
 

Reply via email to