diff options
Diffstat (limited to 'dev-libs/libbytesize')
-rw-r--r-- | dev-libs/libbytesize/libbytesize-1.2-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libbytesize/libbytesize-1.3-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libbytesize/libbytesize-1.4.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
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[@]}" |