From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 188ED138334 for ; Sun, 14 Apr 2019 13:25:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5541E089C; Sun, 14 Apr 2019 13:25:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1C79E089C for ; Sun, 14 Apr 2019 13:25:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14D01340FDE for ; Sun, 14 Apr 2019 13:25:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BD275A3 for ; Sun, 14 Apr 2019 13:25:37 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1555248314.aed56455337593c42ba1d123c7d577cf300b33b8.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/urlwatch/urlwatch-2.13.ebuild www-misc/urlwatch/urlwatch-2.16.ebuild X-VCS-Directories: www-misc/urlwatch/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: aed56455337593c42ba1d123c7d577cf300b33b8 X-VCS-Branch: master Date: Sun, 14 Apr 2019 13:25:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0101046d-c2f8-4ea6-a957-719444294ab4 X-Archives-Hash: a61ab4b2a909f03aed173f26a9c03e72 commit: aed56455337593c42ba1d123c7d577cf300b33b8 Author: Louis Sautier gentoo org> AuthorDate: Sun Apr 14 13:05:52 2019 +0000 Commit: Louis Sautier gentoo 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 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}] +