From: Virgil Dupras Date: Tue, 2 Apr 2019 17:26:40 +0000 (-0400) Subject: dev-python/django: fix sqlparse dependency X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8adfab46b2a7725f7548d2b5f15f0a29827899ff;p=gentoo.git dev-python/django: fix sqlparse dependency I added a duplicate package with dev-python/sqlparse! Fix this mistake and restore some arches that don't need to be dropped any more. Bug: https://bugs.gentoo.org/682344 Signed-off-by: Virgil Dupras Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/dev-python/django/django-2.2.ebuild b/dev-python/django/django-2.2.ebuild index 850faaac9479..7e60a484fcf1 100644 --- a/dev-python/django/django-2.2.ebuild +++ b/dev-python/django/django-2.2.ebuild @@ -21,12 +21,12 @@ LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc sqlite test" RDEPEND=" dev-python/pytz[${PYTHON_USEDEP}] - dev-python/sqlparse[${PYTHON_USEDEP}]" + dev-python/python-sqlparse[${PYTHON_USEDEP}]" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )