commit:     aed56455337593c42ba1d123c7d577cf300b33b8
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:05:52 2019 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:25:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed56455

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 <sbraz <AT> gentoo.org>

 www-misc/urlwatch/urlwatch-2.13.ebuild | 4 ++--
 www-misc/urlwatch/urlwatch-2.16.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-misc/urlwatch/urlwatch-2.13.ebuild 
b/www-misc/urlwatch/urlwatch-2.13.ebuild
index feaa87c4b5e..b14e83974e5 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}]
+       <dev-python/pyyaml-5[${PYTHON_USEDEP}]
        dev-python/requests[${PYTHON_USEDEP}]
 "
 DEPEND="

diff --git a/www-misc/urlwatch/urlwatch-2.16.ebuild 
b/www-misc/urlwatch/urlwatch-2.16.ebuild
index be9149902a1..fd8b473177e 100644
--- a/www-misc/urlwatch/urlwatch-2.16.ebuild
+++ b/www-misc/urlwatch/urlwatch-2.16.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
        dev-python/keyring[${PYTHON_USEDEP}]
        dev-python/lxml[${PYTHON_USEDEP}]
        dev-python/minidb[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
+       <dev-python/pyyaml-5[${PYTHON_USEDEP}]
        dev-python/requests[${PYTHON_USEDEP}]
 "
 BDEPEND="

Reply via email to