commit:     7257cde94923be3e126e0dae79de43e7ca85be77
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 30 19:46:17 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar 30 19:46:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7257cde9

dev-python/pyspelling: it requires {a,hun}spell

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pyspelling/pyspelling-2.6.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/pyspelling/pyspelling-2.6.0.ebuild 
b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
index 02fcf91..8c3f642 100644
--- a/dev-python/pyspelling/pyspelling-2.6.0.ebuild
+++ b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
+#not sure about adding aspell and hunspell useflags
 #IUSE="doc"
 
 # Need mkdocs-1.1 for this
@@ -29,6 +29,8 @@ KEYWORDS="~amd64 ~x86"
 #"
 
 RDEPEND="
+       || ( app-text/aspell app-text/hunspell )
+
        dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
        dev-python/lxml[${PYTHON_USEDEP}]
        dev-python/html5lib[${PYTHON_USEDEP}]

Reply via email to