From: Louis Sautier Date: Sun, 14 Apr 2019 13:05:52 +0000 (+0200) Subject: www-misc/urlwatch: require pyyaml<5 for old versions X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=aed56455337593c42ba1d123c7d577cf300b33b8;p=gentoo.git www-misc/urlwatch: require pyyaml<5 for old versions See https://bugs.gentoo.org/682964. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Louis Sautier --- diff --git a/www-misc/urlwatch/urlwatch-2.13.ebuild b/www-misc/urlwatch/urlwatch-2.13.ebuild index feaa87c4b5e4..b14e83974e51 100644 --- a/www-misc/urlwatch/urlwatch-2.13.ebuild +++ b/www-misc/urlwatch/urlwatch-2.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ RDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] dev-python/keyring[${PYTHON_USEDEP}] dev-python/minidb[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] +