diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 21:31:02 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 22:57:53 +0200 |
commit | 6a29eff5976ee988ada67247f4c08a4b449a322b (patch) | |
tree | 9a5a3480ee170ae4125c25259dc76082d75d7c4c /net-analyzer | |
parent | media-libs/openimageio: [QA] Add missing python metadata variables (diff) | |
download | gentoo-6a29eff5976ee988ada67247f4c08a4b449a322b.tar.gz gentoo-6a29eff5976ee988ada67247f4c08a4b449a322b.tar.bz2 gentoo-6a29eff5976ee988ada67247f4c08a4b449a322b.zip |
net-analyzer/w3af: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/w3af/w3af-1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/w3af/w3af-1.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/w3af/w3af-1.1-r1.ebuild b/net-analyzer/w3af/w3af-1.1-r1.ebuild index dc100037ab5b..a2a89f6c86f3 100644 --- a/net-analyzer/w3af/w3af-1.1-r1.ebuild +++ b/net-analyzer/w3af/w3af-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="doc gtk" -RDEPEND=" +RDEPEND="${PYTHON_DEPS} >=dev-python/fpconst-0.7.2[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/nltk[${PYTHON_USEDEP}] diff --git a/net-analyzer/w3af/w3af-1.5.ebuild b/net-analyzer/w3af/w3af-1.5.ebuild index dab9d5cd1e58..857b058864f1 100644 --- a/net-analyzer/w3af/w3af-1.5.ebuild +++ b/net-analyzer/w3af/w3af-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,7 +27,7 @@ QA_PREBUILT=" usr/$(get_libdir)/${PN}/plugins/attack/db/sqlmap/udf/postgresql/linux/*/8.4/lib_postgresqludf_sys.so usr/$(get_libdir)/${PN}/plugins/attack/db/sqlmap/udf/postgresql/linux/*/9.0/lib_postgresqludf_sys.so" -RDEPEND=" +RDEPEND="${PYTHON_DEPS} >=dev-python/fpconst-0.7.2[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/nltk[${PYTHON_USEDEP}] |