hackertarget: fix typo

This commit is contained in:
Yury Martynov 2019-04-18 20:03:45 +03:00
parent 3150f262ed
commit b5f6e236b1
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E

View file

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