summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2020-09-20 23:37:32 +0200
committerCédric Krier <cedk@gentoo.org>2020-09-20 23:38:32 +0200
commitcbd5f4e6b506540117e5416ba677cccce1294d4a (patch)
treea12ff8091d5413edc0ec09743d481500831989b9 /www-apps
parentx11-libs/xapps: remove old and broken xapps-1.4.2.ebuild (diff)
downloadgentoo-cbd5f4e6b506540117e5416ba677cccce1294d4a.tar.gz
gentoo-cbd5f4e6b506540117e5416ba677cccce1294d4a.tar.bz2
gentoo-cbd5f4e6b506540117e5416ba677cccce1294d4a.zip
www-apps/roundup: Use python_gen_impl_dep for sqlite
Closes: https://bugs.gentoo.org/743736 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Cédric Krier <cedk@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/roundup/roundup-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/roundup/roundup-2.0.0.ebuild b/www-apps/roundup/roundup-2.0.0.ebuild
index 7ec970551c88..bc6b341c9ce2 100644
--- a/www-apps/roundup/roundup-2.0.0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0.ebuild
@@ -20,7 +20,7 @@ IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown"
DEPEND=""
RDEPEND="${DEPEND}
tz? ( dev-python/pytz[$PYTHON_USEDEP] )
- sqlite? ( dev-lang/python:*[sqlite] )
+ sqlite? ( $(python_gen_impl_dep sqlite) )
mysql? ( dev-python/mysqlclient[$PYTHON_USEDEP] )
postgres? ( >=dev-python/psycopg-2.8[$PYTHON_USEDEP] )
xapian? ( >=dev-libs/xapian-bindings-1.0.0[python,$PYTHON_USEDEP] )