commit: 938139b38579432e735e4bc70f5ff17f553749a6
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 8 11:33:25 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jun 8 11:33:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=938139b3
mail-filter/spambayes: Add PYTHON_USEDEP for setuptools
Package-Manager: Portage-2.3.6, Repoman-2.3.2
mail-filter/spambayes/spambayes-1.1_beta2.ebuild | 4 ++--
1 file 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 475f0f1c202..ed11cd3e9d9 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}"