summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-06-08 13:33:25 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-06-08 13:33:25 +0200
commit938139b38579432e735e4bc70f5ff17f553749a6 (patch)
tree076af8628bcf23945a2a59a6fca40d16b00771c9 /mail-filter/spambayes/spambayes-1.1_beta2.ebuild
parentdev-db/freetds: amd64 stable wrt bug #618174 (diff)
downloadgentoo-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/spambayes/spambayes-1.1_beta2.ebuild')
-rw-r--r--mail-filter/spambayes/spambayes-1.1_beta2.ebuild4
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}"