From 0eea737d97f74af8ca0f0dff743135ca1e54e851 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Fri, 6 May 2016 09:46:42 +0200 Subject: [PATCH] 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 - .../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 14b6b2ec20be..1aa48d0d334a 100644 --- a/sys-block/open-iscsi/metadata.xml +++ b/sys-block/open-iscsi/metadata.xml @@ -8,6 +8,5 @@ Support iSCSI over TCP Support iSCSI over RDMA - Support iSCSI over Infiniband iSER 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 a6a58cb00a1f..8166a2745464 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 } -- 2.26.2