dev-libs/libbytesize: Revbump to not create top-lvel directory (again).
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 23 Apr 2018 07:30:27 +0000 (09:30 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 23 Apr 2018 07:30:42 +0000 (09:30 +0200)
Bug: https://bugs.gentoo.org/634840
Package-Manager: Portage-2.3.31, Repoman-2.3.9

dev-libs/libbytesize/libbytesize-1.3-r1.ebuild [moved from dev-libs/libbytesize/libbytesize-1.3.ebuild with 83% similarity]

similarity index 83%
rename from dev-libs/libbytesize/libbytesize-1.3.ebuild
rename to dev-libs/libbytesize/libbytesize-1.3-r1.ebuild
index ec3d92738f16da9a54fb16ed8c590eb7af2a8149..8506a7a74ea19f2013f7f16843ea0016813606ca 100644 (file)
@@ -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[@]}"
 }