From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78952138334 for ; Mon, 6 Aug 2018 08:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89ED8E082F; Mon, 6 Aug 2018 08:48:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A819E082F for ; Mon, 6 Aug 2018 08:48:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 566FC335C47 for ; Mon, 6 Aug 2018 08:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFCC6360 for ; Mon, 6 Aug 2018 08:48:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1533545308.587a2c5c0ac36dc72e643e9145eb4385a8d42412.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbytesize/libbytesize-1.2-r1.ebuild dev-libs/libbytesize/libbytesize-1.3-r1.ebuild dev-libs/libbytesize/libbytesize-1.4.ebuild X-VCS-Directories: dev-libs/libbytesize/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 587a2c5c0ac36dc72e643e9145eb4385a8d42412 X-VCS-Branch: master Date: Mon, 6 Aug 2018 08:48:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9a38fbcc-a52c-4267-bcba-1199ce1ab052 X-Archives-Hash: e4a5813fa171e7c5a7bd0ec6696e0e8e commit: 587a2c5c0ac36dc72e643e9145eb4385a8d42412 Author: Lars Wendler gentoo org> AuthorDate: Mon Aug 6 08:48:28 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Aug 6 08:48:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587a2c5c dev-libs/libbytesize: Added bug # for --disable-python3 reason. Package-Manager: Portage-2.3.44, Repoman-2.3.10 dev-libs/libbytesize/libbytesize-1.2-r1.ebuild | 2 +- dev-libs/libbytesize/libbytesize-1.3-r1.ebuild | 2 +- 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 c916bc16687..322102f9666 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 8506a7a74ea..3364440fc7b 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 6f16155dfc4..91c6409d703 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[@]}"