From d9cf4fb88899af4b1e8069c8a9c7be5b47124382 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Krier?= Date: Sun, 24 Nov 2019 12:24:34 +0100 Subject: [PATCH] www-apps/roundup: Limit psycopg to version that contains psycopg1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Cédric Krier --- .../{roundup-1.6.1.ebuild => roundup-1.6.1-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename www-apps/roundup/{roundup-1.6.1.ebuild => roundup-1.6.1-r1.ebuild} (91%) diff --git a/www-apps/roundup/roundup-1.6.1.ebuild b/www-apps/roundup/roundup-1.6.1-r1.ebuild similarity index 91% rename from www-apps/roundup/roundup-1.6.1.ebuild rename to www-apps/roundup/roundup-1.6.1-r1.ebuild index eebb51a675b5..571eeef81bb0 100644 --- a/www-apps/roundup/roundup-1.6.1.ebuild +++ b/www-apps/roundup/roundup-1.6.1-r1.ebuild @@ -20,7 +20,10 @@ RDEPEND="${DEPEND} tz? ( dev-python/pytz[$PYTHON_USEDEP] ) sqlite? ( dev-lang/python:*[sqlite] ) mysql? ( dev-python/mysql-python[$PYTHON_USEDEP] ) - postgres? ( >=dev-python/psycopg-1.1.21[$PYTHON_USEDEP] ) + postgres? ( + >=dev-python/psycopg-1.1.21[$PYTHON_USEDEP] + =dev-libs/xapian-bindings-1.0.0[python,$PYTHON_USEDEP] ) whoosh? ( >=dev-python/whoosh-2.5.7[$PYTHON_USEDEP] ) ssl? ( dev-python/pyopenssl[$PYTHON_USEDEP] )" -- 2.26.2