diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-04-23 09:30:27 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-04-23 09:30:42 +0200 |
commit | 5ce3ae1f3b1d4eac5c2b1b737256fbc60cfa93e8 (patch) | |
tree | b476a57c8f26d673c2db6f75ed2522e325c05720 /dev-libs/libbytesize | |
parent | app-leechcraft/lc-monocle: replace dohtml with dodoc (bug #653836) (diff) | |
download | gentoo-5ce3ae1f3b1d4eac5c2b1b737256fbc60cfa93e8.tar.gz gentoo-5ce3ae1f3b1d4eac5c2b1b737256fbc60cfa93e8.tar.bz2 gentoo-5ce3ae1f3b1d4eac5c2b1b737256fbc60cfa93e8.zip |
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
Diffstat (limited to 'dev-libs/libbytesize')
-rw-r--r-- | dev-libs/libbytesize/libbytesize-1.3-r1.ebuild (renamed from dev-libs/libbytesize/libbytesize-1.3.ebuild) | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-libs/libbytesize/libbytesize-1.3.ebuild b/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[@]}" } |