From: Lars Wendler Date: Mon, 6 Aug 2018 08:48:28 +0000 (+0200) Subject: dev-libs/libbytesize: Added bug # for --disable-python3 reason. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=587a2c5c0ac36dc72e643e9145eb4385a8d42412;p=gentoo.git dev-libs/libbytesize: Added bug # for --disable-python3 reason. Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- diff --git a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild index c916bc16687a..322102f9666a 100644 --- a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild +++ b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild @@ -45,7 +45,7 @@ src_prepare() { src_configure() { local myeconfargs=( - --without-python3 + --without-python3 #634840 $(use_with doc gtk-doc) ) econf "${myeconfargs[@]}" diff --git a/dev-libs/libbytesize/libbytesize-1.3-r1.ebuild b/dev-libs/libbytesize/libbytesize-1.3-r1.ebuild index 8506a7a74ea1..3364440fc7b2 100644 --- a/dev-libs/libbytesize/libbytesize-1.3-r1.ebuild +++ b/dev-libs/libbytesize/libbytesize-1.3-r1.ebuild @@ -45,7 +45,7 @@ src_prepare() { src_configure() { local myeconfargs=( - --without-python3 + --without-python3 #634840 $(use_with doc gtk-doc) ) econf "${myeconfargs[@]}" diff --git a/dev-libs/libbytesize/libbytesize-1.4.ebuild b/dev-libs/libbytesize/libbytesize-1.4.ebuild index 6f16155dfc42..91c6409d7034 100644 --- a/dev-libs/libbytesize/libbytesize-1.4.ebuild +++ b/dev-libs/libbytesize/libbytesize-1.4.ebuild @@ -47,7 +47,7 @@ src_prepare() { src_configure() { local myeconfargs=( - --without-python3 + --without-python3 #634840 $(use_with doc gtk-doc) ) econf "${myeconfargs[@]}"