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 B1AA9138351 for ; Sat, 29 Feb 2020 22:43:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4C4AE09EA; Sat, 29 Feb 2020 22:43:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AF165E09EA for ; Sat, 29 Feb 2020 22:43:50 +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 62D7134F09C for ; Sat, 29 Feb 2020 22:43:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6ECA158 for ; Sat, 29 Feb 2020 22:43:46 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1583015064.60d1070ba6c37b6cb3cae572abfea1777b3b5149.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nikola/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/nikola/nikola-7.8.15-r1.ebuild www-apps/nikola/nikola-8.0.4.ebuild X-VCS-Directories: www-apps/nikola/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 60d1070ba6c37b6cb3cae572abfea1777b3b5149 X-VCS-Branch: master Date: Sat, 29 Feb 2020 22:43:46 +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: 9801024f-8794-41c0-84de-526e144da67e X-Archives-Hash: 20577f51127646f1d3b8f71c91cfadff commit: 60d1070ba6c37b6cb3cae572abfea1777b3b5149 Author: Sebastian Pipping gentoo org> AuthorDate: Sat Feb 29 22:24:24 2020 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Feb 29 22:24:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d1070b www-apps/nikola: Losen dev-python/watchdog dependency Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20 www-apps/nikola/nikola-7.8.15-r1.ebuild | 2 +- www-apps/nikola/nikola-8.0.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/nikola/nikola-7.8.15-r1.ebuild b/www-apps/nikola/nikola-7.8.15-r1.ebuild index f7d52378778..dcb3f7b73e3 100644 --- a/www-apps/nikola/nikola-7.8.15-r1.ebuild +++ b/www-apps/nikola/nikola-7.8.15-r1.ebuild @@ -44,7 +44,7 @@ RDEPEND="${DEPEND} hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] ) ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] ) jinja? ( >=dev-python/jinja-2.7.2[${PYTHON_USEDEP}] ) - watchdog? ( ~dev-python/watchdog-0.8.3[${PYTHON_USEDEP}] ) + watchdog? ( >=dev-python/watchdog-0.8.3[${PYTHON_USEDEP}] ) webmedia? ( >=dev-python/micawber-0.3.0[${PYTHON_USEDEP}] ) websocket? ( ~dev-python/ws4py-0.3.4[${PYTHON_USEDEP}] )" # typography? ( >=dev-python/typogrify-2.0.4[${PYTHON_USEDEP}] ) # needs smartypants diff --git a/www-apps/nikola/nikola-8.0.4.ebuild b/www-apps/nikola/nikola-8.0.4.ebuild index abec5ee581f..b6ae1963ef8 100644 --- a/www-apps/nikola/nikola-8.0.4.ebuild +++ b/www-apps/nikola/nikola-8.0.4.ebuild @@ -44,7 +44,7 @@ RDEPEND="${DEPEND} hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] ) ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] ) jinja? ( >=dev-python/jinja-2.7.2[${PYTHON_USEDEP}] ) - watchdog? ( ~dev-python/watchdog-0.8.3[${PYTHON_USEDEP}] ) + watchdog? ( >=dev-python/watchdog-0.8.3[${PYTHON_USEDEP}] ) webmedia? ( >=dev-python/micawber-0.3.0[${PYTHON_USEDEP}] ) websocket? ( ~dev-python/ws4py-0.3.4[${PYTHON_USEDEP}] )" # typography? ( >=dev-python/typogrify-2.0.4[${PYTHON_USEDEP}] ) # needs smartypants