dev-util/shfmt: fix BDEPEND statement

This commits fixes the BDEPEND statement.

Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
This commit is contained in:
Randall T. Vasquez
2022-05-24 06:03:48 -07:00
parent 9070d23f2a
commit 721d2e323b
2 changed files with 2 additions and 8 deletions

View File

@@ -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