mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
gobuster: I modified the deps backwards and I should sleep more
This commit is contained in:
parent
f0f15173c3
commit
070249af50
1 changed files with 2 additions and 2 deletions
|
|
@ -24,13 +24,13 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
DEPEND="
|
||||
>=dev-go/cobra-0.0.4
|
||||
>=dev-go/uuid-1.1.1
|
||||
>=dev-lang/go-1.10
|
||||
dev-go/go-crypto
|
||||
"
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
src_install(){
|
||||
dobin gobuster
|
||||
Loading…
Reference in a new issue