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 B6BD3138359 for ; Fri, 14 Aug 2020 23:22:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A58B4E08F7; Fri, 14 Aug 2020 23:22:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8A55CE08FB for ; Fri, 14 Aug 2020 23:22:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 91CC034F367 for ; Fri, 14 Aug 2020 23:22:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEEE8330 for ; Fri, 14 Aug 2020 23:22:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1597447294.570dc28e6e5bbdc4d2e562e61eb070a2581fae96.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libblockdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libblockdev/libblockdev-2.23-r1.ebuild sys-libs/libblockdev/libblockdev-2.24.ebuild sys-libs/libblockdev/libblockdev-9999.ebuild X-VCS-Directories: sys-libs/libblockdev/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 570dc28e6e5bbdc4d2e562e61eb070a2581fae96 X-VCS-Branch: master Date: Fri, 14 Aug 2020 23:22:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0476e392-488a-4829-a76e-94d33479d8ec X-Archives-Hash: b66c5533a9cafc61ef2f7eabe89b789b commit: 570dc28e6e5bbdc4d2e562e61eb070a2581fae96 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 3 21:25:54 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 14 23:21:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570dc28e sys-libs/libblockdev: Drop superfluous calls to python_is_python3 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-libs/libblockdev/libblockdev-2.23-r1.ebuild | 13 ++----------- sys-libs/libblockdev/libblockdev-2.24.ebuild | 13 ++----------- sys-libs/libblockdev/libblockdev-9999.ebuild | 13 ++----------- 3 files changed, 6 insertions(+), 33 deletions(-) diff --git a/sys-libs/libblockdev/libblockdev-2.23-r1.ebuild b/sys-libs/libblockdev/libblockdev-2.23-r1.ebuild index 105df4812ba..6007c32f473 100644 --- a/sys-libs/libblockdev/libblockdev-2.23-r1.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.23-r1.ebuild @@ -98,18 +98,9 @@ src_configure() { $(use_with lvm lvm-dbus) $(use_with tools) $(use_with vdo) + --without-python2 + --with-python3 ) - if python_is_python3 ; then - myeconfargs+=( - --without-python2 - --with-python3 - ) - else - myeconfargs+=( - --with-python2 - --without-python3 - ) - fi econf "${myeconfargs[@]}" } diff --git a/sys-libs/libblockdev/libblockdev-2.24.ebuild b/sys-libs/libblockdev/libblockdev-2.24.ebuild index c252b7d2104..2d41db82758 100644 --- a/sys-libs/libblockdev/libblockdev-2.24.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.24.ebuild @@ -96,18 +96,9 @@ src_configure() { $(use_with lvm lvm-dbus) $(use_with tools) $(use_with vdo) + --without-python2 + --with-python3 ) - if python_is_python3 ; then - myeconfargs+=( - --without-python2 - --with-python3 - ) - else - myeconfargs+=( - --with-python2 - --without-python3 - ) - fi econf "${myeconfargs[@]}" } diff --git a/sys-libs/libblockdev/libblockdev-9999.ebuild b/sys-libs/libblockdev/libblockdev-9999.ebuild index 1ea252a8b26..214de07c57c 100644 --- a/sys-libs/libblockdev/libblockdev-9999.ebuild +++ b/sys-libs/libblockdev/libblockdev-9999.ebuild @@ -96,18 +96,9 @@ src_configure() { $(use_with lvm lvm-dbus) $(use_with tools) $(use_with vdo) + --without-python2 + --with-python3 ) - if python_is_python3 ; then - myeconfargs+=( - --without-python2 - --with-python3 - ) - else - myeconfargs+=( - --with-python2 - --without-python3 - ) - fi econf "${myeconfargs[@]}" }