mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
hackertarget: fix typo
This commit is contained in:
parent
3150f262ed
commit
b5f6e236b1
1 changed files with 1 additions and 2 deletions
|
|
@ -7,13 +7,12 @@ PYTHON_COMPAT=( python2_7 )
|
||||||
|
|
||||||
inherit eutils python-r1
|
inherit eutils python-r1
|
||||||
|
|
||||||
DESCRIPTION="A security toolkit for organizations with attack surface siscovery"
|
DESCRIPTION="A security toolkit for organizations with attack surface discovery"
|
||||||
HOMEPAGE="https://github.com/ismailtasdelen/hackertarget"
|
HOMEPAGE="https://github.com/ismailtasdelen/hackertarget"
|
||||||
|
|
||||||
if [[ ${PV} == *9999 ]]; then
|
if [[ ${PV} == *9999 ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
EGIT_REPO_URI="https://github.com/ismailtasdelen/hackertarget"
|
EGIT_REPO_URI="https://github.com/ismailtasdelen/hackertarget"
|
||||||
KEYWORDS=""
|
|
||||||
else
|
else
|
||||||
#snapshot
|
#snapshot
|
||||||
HASH_COMMIT="4ecf1b245c7dc1a9bf15ce1a26cce1cbe537d0dd"
|
HASH_COMMIT="4ecf1b245c7dc1a9bf15ce1a26cce1cbe537d0dd"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue