From: Patrick Lauer Date: Fri, 6 May 2016 07:46:42 +0000 (+0200) Subject: sys-block/open-iscsi: Remove unneeded useflag descriptions from metadata.xml, whitespace X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0eea737d97f74af8ca0f0dff743135ca1e54e851;p=gentoo.git sys-block/open-iscsi: Remove unneeded useflag descriptions from metadata.xml, whitespace Package-Manager: portage-2.2.28 --- 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 }