sys-block/open-iscsi: Remove unneeded useflag descriptions from metadata.xml, whitespace
authorPatrick Lauer <patrick@gentoo.org>
Fri, 6 May 2016 07:46:42 +0000 (09:46 +0200)
committerPatrick Lauer <patrick@gentoo.org>
Fri, 6 May 2016 07:49:47 +0000 (09:49 +0200)
Package-Manager: portage-2.2.28

sys-block/open-iscsi/metadata.xml
sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild

index 14b6b2ec20bea381a598d75d9c2b828b236d2c1a..1aa48d0d334a2df7651120c29db48d19759cb9a7 100644 (file)
@@ -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>
index a6a58cb00a1ffebc66ffa5c6277767638162c9d4..8166a27454640e2c6b8118593b3cb2ab4ce703be 100644 (file)
@@ -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
 }