Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/
Date: Mon, 06 Aug 2018 08:48:40
Message-Id: 1533545308.587a2c5c0ac36dc72e643e9145eb4385a8d42412.polynomial-c@gentoo
1 commit: 587a2c5c0ac36dc72e643e9145eb4385a8d42412
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 6 08:48:28 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 6 08:48:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587a2c5c
7
8 dev-libs/libbytesize: Added bug # for --disable-python3 reason.
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-libs/libbytesize/libbytesize-1.2-r1.ebuild | 2 +-
13 dev-libs/libbytesize/libbytesize-1.3-r1.ebuild | 2 +-
14 dev-libs/libbytesize/libbytesize-1.4.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
18 index c916bc16687..322102f9666 100644
19 --- a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
20 +++ b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
21 @@ -45,7 +45,7 @@ src_prepare() {
22
23 src_configure() {
24 local myeconfargs=(
25 - --without-python3
26 + --without-python3 #634840
27 $(use_with doc gtk-doc)
28 )
29 econf "${myeconfargs[@]}"
30
31 diff --git a/dev-libs/libbytesize/libbytesize-1.3-r1.ebuild b/dev-libs/libbytesize/libbytesize-1.3-r1.ebuild
32 index 8506a7a74ea..3364440fc7b 100644
33 --- a/dev-libs/libbytesize/libbytesize-1.3-r1.ebuild
34 +++ b/dev-libs/libbytesize/libbytesize-1.3-r1.ebuild
35 @@ -45,7 +45,7 @@ src_prepare() {
36
37 src_configure() {
38 local myeconfargs=(
39 - --without-python3
40 + --without-python3 #634840
41 $(use_with doc gtk-doc)
42 )
43 econf "${myeconfargs[@]}"
44
45 diff --git a/dev-libs/libbytesize/libbytesize-1.4.ebuild b/dev-libs/libbytesize/libbytesize-1.4.ebuild
46 index 6f16155dfc4..91c6409d703 100644
47 --- a/dev-libs/libbytesize/libbytesize-1.4.ebuild
48 +++ b/dev-libs/libbytesize/libbytesize-1.4.ebuild
49 @@ -47,7 +47,7 @@ src_prepare() {
50
51 src_configure() {
52 local myeconfargs=(
53 - --without-python3
54 + --without-python3 #634840
55 $(use_with doc gtk-doc)
56 )
57 econf "${myeconfargs[@]}"