mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user