diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-06-08 13:33:25 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-06-08 13:33:25 +0200 |
commit | 938139b38579432e735e4bc70f5ff17f553749a6 (patch) | |
tree | 076af8628bcf23945a2a59a6fca40d16b00771c9 /mail-filter | |
parent | dev-db/freetds: amd64 stable wrt bug #618174 (diff) | |
download | gentoo-938139b38579432e735e4bc70f5ff17f553749a6.tar.gz gentoo-938139b38579432e735e4bc70f5ff17f553749a6.tar.bz2 gentoo-938139b38579432e735e4bc70f5ff17f553749a6.zip |
mail-filter/spambayes: Add PYTHON_USEDEP for setuptools
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/spambayes/spambayes-1.1_beta2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/spambayes/spambayes-1.1_beta2.ebuild b/mail-filter/spambayes/spambayes-1.1_beta2.ebuild index 475f0f1c202a..ed11cd3e9d9b 100644 --- a/mail-filter/spambayes/spambayes-1.1_beta2.ebuild +++ b/mail-filter/spambayes/spambayes-1.1_beta2.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 @@ -23,7 +23,7 @@ IUSE="" DEPEND=" dev-python/bsddb3[${PYTHON_USEDEP}] dev-python/lockfile[${PYTHON_USEDEP}] - dev-python/setuptools" + dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" |