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 196D61396D0 for ; Tue, 5 Sep 2017 22:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68521E0BB3; Tue, 5 Sep 2017 22:40:13 +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 38618E0BB3 for ; Tue, 5 Sep 2017 22:40:13 +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 AAD4D33BEBE for ; Tue, 5 Sep 2017 22:40:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB7B48E26 for ; Tue, 5 Sep 2017 22:40:03 +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: <1504651199.6ae4a51986ef113810101e7bb79ae38bb0ed427c.polynomial-c@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.11.ebuild sys-libs/libblockdev/libblockdev-2.12.ebuild X-VCS-Directories: sys-libs/libblockdev/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6ae4a51986ef113810101e7bb79ae38bb0ed427c X-VCS-Branch: master Date: Tue, 5 Sep 2017 22:40:03 +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: 6d2e5a3f-586a-4dba-9315-8268b847fbf0 X-Archives-Hash: 72210303850bb64de5f1a1e057c764d2 commit: 6ae4a51986ef113810101e7bb79ae38bb0ed427c Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 22:39:29 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 22:39:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae4a519 sys-libs/libblockdev: python is non-optional (bug #629768). Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-libs/libblockdev/libblockdev-2.11.ebuild | 10 +++++----- sys-libs/libblockdev/libblockdev-2.12.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys-libs/libblockdev/libblockdev-2.11.ebuild b/sys-libs/libblockdev/libblockdev-2.11.ebuild index 11dae613f10..6a7e87b7e89 100644 --- a/sys-libs/libblockdev/libblockdev-2.11.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.11.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P} LICENSE="LGPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="bcache crypt dmraid doc lvm kbd python test" +IUSE="bcache crypt dmraid doc lvm kbd test" CDEPEND=" >=dev-libs/glib-2.42.2 @@ -36,7 +36,7 @@ CDEPEND=" virtual/udev ) kbd? ( >=sys-apps/kmod-19 ) - python? ( ${PYTHON_DEPS} ) + ${PYTHON_DEPS} " DEPEND=" @@ -49,12 +49,12 @@ RDEPEND=" ${CDEPEND} " -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" S="${WORKDIR}/${MY_P}" pkg_setup() { - use python && python-single-r1_pkg_setup + python-single-r1_pkg_setup } src_prepare() { @@ -67,6 +67,7 @@ src_configure() { --with-btrfs --with-fs --with-part + --with-python3 --without-mpath $(use_enable test tests) $(use_with bcache) @@ -76,7 +77,6 @@ src_configure() { $(use_with lvm lvm) $(use_with lvm lvm-dbus) $(use_with kbd) - $(use_with python python3) ) econf "${myeconfargs[@]}" } diff --git a/sys-libs/libblockdev/libblockdev-2.12.ebuild b/sys-libs/libblockdev/libblockdev-2.12.ebuild index 1da1e81fbb7..53c3efbcb20 100644 --- a/sys-libs/libblockdev/libblockdev-2.12.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.12.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P} LICENSE="LGPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="bcache +crypt dmraid doc lvm kbd python test" +IUSE="bcache +crypt dmraid doc lvm kbd test" CDEPEND=" >=dev-libs/glib-2.42.2 @@ -36,7 +36,7 @@ CDEPEND=" virtual/udev ) kbd? ( >=sys-apps/kmod-19 ) - python? ( ${PYTHON_DEPS} ) + ${PYTHON_DEPS} " DEPEND=" @@ -49,12 +49,12 @@ RDEPEND=" ${CDEPEND} " -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" S="${WORKDIR}/${MY_P}" pkg_setup() { - use python && python-single-r1_pkg_setup + python-single-r1_pkg_setup } src_prepare() { @@ -67,6 +67,7 @@ src_configure() { --with-btrfs --with-fs --with-part + --with-python3 --without-mpath $(use_enable test tests) $(use_with bcache) @@ -76,7 +77,6 @@ src_configure() { $(use_with lvm lvm) $(use_with lvm lvm-dbus) $(use_with kbd) - $(use_with python python3) ) econf "${myeconfargs[@]}" }