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 9752D1396D2 for ; Sun, 24 Sep 2017 11:00:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F163BE0C03; Sun, 24 Sep 2017 11:00:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D0768E0C03 for ; Sun, 24 Sep 2017 11:00:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9390334168E for ; Sun, 24 Sep 2017 11:00:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBA469090 for ; Sun, 24 Sep 2017 11:00:05 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1506250784.f23b2cd496332ff7a371ab2f40264d152c0e8cc5.kensington@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.8.ebuild X-VCS-Directories: www-apps/nikola/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f23b2cd496332ff7a371ab2f40264d152c0e8cc5 X-VCS-Branch: master Date: Sun, 24 Sep 2017 11:00:05 +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-Archives-Salt: e2d3d318-eb29-4fe2-af43-9616ce355d8f X-Archives-Hash: 2ed8f67f61acaacafec997067e9fb5ac commit: f23b2cd496332ff7a371ab2f40264d152c0e8cc5 Author: Michael Palimaka gentoo org> AuthorDate: Sun Sep 24 10:59:01 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Sep 24 10:59:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23b2cd4 www-apps/nikola: fix dev-python/pygal dependency 2.0.1 failed with stable lxml and 2.1.1 tested OK. Package-Manager: Portage-2.3.8, Repoman-2.3.3 www-apps/nikola/nikola-7.8.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/nikola/nikola-7.8.8.ebuild b/www-apps/nikola/nikola-7.8.8.ebuild index 755123550e9..7814101660f 100644 --- a/www-apps/nikola/nikola-7.8.8.ebuild +++ b/www-apps/nikola/nikola-7.8.8.ebuild @@ -39,7 +39,7 @@ RDEPEND="${DEPEND} dev-python/pillow[${PYTHON_USEDEP}] dev-python/cloudpickle[${PYTHON_USEDEP}] assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] ) - charts? ( ~dev-python/pygal-2.0.1[${PYTHON_USEDEP}] ) + charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] ) ghpages? ( >=dev-python/ghp-import-0.4.1[${PYTHON_USEDEP}] ) hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] ) ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] )