commit:     721d2e323baab28be465845295610f2d9563da35
Author:     Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
AuthorDate: Tue May 24 13:03:48 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue May 24 13:03:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=721d2e32

dev-util/shfmt: fix BDEPEND statement

This commits fixes the BDEPEND statement.

Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com>

 dev-util/shfmt/shfmt-3.5.0.ebuild | 5 +----
 dev-util/shfmt/shfmt-9999.ebuild  | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-util/shfmt/shfmt-3.5.0.ebuild 
b/dev-util/shfmt/shfmt-3.5.0.ebuild
index dbf998adf..eacbfc840 100644
--- a/dev-util/shfmt/shfmt-3.5.0.ebuild
+++ b/dev-util/shfmt/shfmt-3.5.0.ebuild
@@ -23,10 +23,7 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="+man"
 
-BDEPENDS="
-       dev-lang/go
-       man? ( app-text/scdoc )
-"
+BDEPEND="man? ( app-text/scdoc )"
 
 src_unpack() {
        if [[ ${PV} == *9999 ]]; then

diff --git a/dev-util/shfmt/shfmt-9999.ebuild b/dev-util/shfmt/shfmt-9999.ebuild
index dbf998adf..eacbfc840 100644
--- a/dev-util/shfmt/shfmt-9999.ebuild
+++ b/dev-util/shfmt/shfmt-9999.ebuild
@@ -23,10 +23,7 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="+man"
 
-BDEPENDS="
-       dev-lang/go
-       man? ( app-text/scdoc )
-"
+BDEPEND="man? ( app-text/scdoc )"
 
 src_unpack() {
        if [[ ${PV} == *9999 ]]; then

Reply via email to