mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
sqlmap: add ntml use flag
This commit is contained in:
parent
ad82b9c2c0
commit
abf2c67990
2 changed files with 4 additions and 4 deletions
|
|
@ -15,10 +15,10 @@ EGIT_COMMIT="e83d8f6143497ef4f7230551088f9844bea81ebc"
|
|||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
IUSE="ntlm"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
RDEPEND="ntlm? ( dev-python/python-ntlm )"
|
||||
|
||||
QA_PREBUILT="
|
||||
usr/share/${PN}/udf/mysql/linux/32/lib_mysqludf_sys.so
|
||||
|
|
|
|||
|
|
@ -14,10 +14,10 @@ EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap.git"
|
|||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
IUSE="ntlm"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
RDEPEND="ntlm? ( dev-python/python-ntlm )"
|
||||
|
||||
QA_PREBUILT="
|
||||
usr/share/${PN}/udf/mysql/linux/32/lib_mysqludf_sys.so
|
||||
|
|
|
|||
Loading…
Reference in a new issue