mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 18:51:17 +02:00
sqlmap: add PYTHON_USEDEP, a6330b1f54
This commit is contained in:
parent
26255caf33
commit
7c06c80780
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
|
|||
IUSE="ntlm"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="ntlm? ( dev-python/python-ntlm )"
|
||||
RDEPEND="ntlm? ( dev-python/python-ntlm[${PYTHON_USEDEP}] )"
|
||||
|
||||
QA_PREBUILT="
|
||||
usr/share/${PN}/udf/mysql/linux/32/lib_mysqludf_sys.so
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ KEYWORDS=""
|
|||
IUSE="ntlm"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="ntlm? ( dev-python/python-ntlm )"
|
||||
RDEPEND="ntlm? ( dev-python/python-ntlm[${PYTHON_USEDEP}] )"
|
||||
|
||||
QA_PREBUILT="
|
||||
usr/share/${PN}/udf/mysql/linux/32/lib_mysqludf_sys.so
|
||||
|
|
|
|||
Loading…
Reference in a new issue