From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-880181-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5371F138222 for <garchives@archives.gentoo.org>; Fri, 6 May 2016 07:50:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EED421C074; Fri, 6 May 2016 07:49:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4530221C070 for <gentoo-commits@lists.gentoo.org>; Fri, 6 May 2016 07:49:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E334335DE6 for <gentoo-commits@lists.gentoo.org>; Fri, 6 May 2016 07:49:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C088587B for <gentoo-commits@lists.gentoo.org>; Fri, 6 May 2016 07:49:53 +0000 (UTC) From: "Patrick Lauer" <patrick@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" <patrick@gentoo.org> Message-ID: <1462520987.0eea737d97f74af8ca0f0dff743135ca1e54e851.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-iscsi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/open-iscsi/metadata.xml sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild X-VCS-Directories: sys-block/open-iscsi/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 0eea737d97f74af8ca0f0dff743135ca1e54e851 X-VCS-Branch: master Date: Fri, 6 May 2016 07:49:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9bf382bd-defb-4608-8230-23abaee3e30f X-Archives-Hash: 5b8b6cdd6ac9e1e8ae380aad64425d72 commit: 0eea737d97f74af8ca0f0dff743135ca1e54e851 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Fri May 6 07:46:42 2016 +0000 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org> CommitDate: Fri May 6 07:49:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eea737d sys-block/open-iscsi: Remove unneeded useflag descriptions from metadata.xml, whitespace Package-Manager: portage-2.2.28 sys-block/open-iscsi/metadata.xml | 1 - sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild | 18 +++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/sys-block/open-iscsi/metadata.xml b/sys-block/open-iscsi/metadata.xml index 14b6b2e..1aa48d0 100644 --- a/sys-block/open-iscsi/metadata.xml +++ b/sys-block/open-iscsi/metadata.xml @@ -8,6 +8,5 @@ <use> <flag name="tcp">Support iSCSI over TCP</flag> <flag name="rdma">Support iSCSI over RDMA</flag> - <flag name="infiniban">Support iSCSI over Infiniband iSER</flag> </use> </pkgmetadata> diff --git a/sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild b/sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild index a6a58cb..8166a27 100644 --- a/sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -46,15 +46,15 @@ pkg_setup() { linux_chkconfig_module ${module} || ewarn "${module} needs to be built as module (builtin doesn't work)" done fi - if use infiniband; then - for module in ${INFINIBAND_MODULES}; do - linux_chkconfig_module ${module} || ewarn "${module} needs to be built as module (builtin doesn't work)" - done + if use infiniband; then + for module in ${INFINIBAND_MODULES}; do + linux_chkconfig_module ${module} || ewarn "${module} needs to be built as module (builtin doesn't work)" + done fi - if use rdma; then - for module in ${RDMA_MODULES}; do - linux_chkconfig_module ${module} || ewarn "${module} needs to be built as module (builtin doesn't work)"$ - done + if use rdma; then + for module in ${RDMA_MODULES}; do + linux_chkconfig_module ${module} || ewarn "${module} needs to be built as module (builtin doesn't work)"$ + done fi fi }