diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-08-06 10:48:28 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-08-06 10:48:28 +0200 |
commit | 587a2c5c0ac36dc72e643e9145eb4385a8d42412 (patch) | |
tree | a46511d2e0723f5ccb1f4566ad117c1dde27344b /dev-libs/libbytesize | |
parent | dev-libs/libbytesize: Bump to version 1.4 (diff) | |
download | gentoo-587a2c5c0ac36dc72e643e9145eb4385a8d42412.tar.gz gentoo-587a2c5c0ac36dc72e643e9145eb4385a8d42412.tar.bz2 gentoo-587a2c5c0ac36dc72e643e9145eb4385a8d42412.zip |
dev-libs/libbytesize: Added bug # for --disable-python3 reason.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
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[@]}" |