app-admin/kube-bench: style
authorWilliam Hubbs <williamh@gentoo.org>
Sat, 7 Mar 2020 23:29:43 +0000 (17:29 -0600)
committerWilliam Hubbs <williamh@gentoo.org>
Sat, 7 Mar 2020 23:30:06 +0000 (17:30 -0600)
Signed-off-by: William Hubbs <williamh@gentoo.org>
app-admin/kube-bench/kube-bench-0.2.3-r1.ebuild

index 58894d16c6cb412a2a86d8b46b9e1b7cab416e9d..ad63bbd5ccd3eb17982bd71701c6e2edbb9f7c1a 100644 (file)
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+inherit go-module
 EGO_PN=github.com/aquasecurity/kube-bench
 
 DESCRIPTION="Kubernetes Bench for Security runs the CIS Kubernetes Benchmark"
@@ -359,11 +360,8 @@ EGO_SUM=(
        "sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod"
        "sigs.k8s.io/yaml v1.1.0"
        "sigs.k8s.io/yaml v1.1.0/go.mod"
-)
-inherit go-module
-
+       )
 go-module_set_globals
-
 SRC_URI="https://github.com/aquasecurity/kube-bench/archive/v${PV}.tar.gz -> ${P}.tar.gz
                ${EGO_SUM_SRC_URI}"