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 4289E1396D0 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 9FAF3E0BF9; Sun, 24 Sep 2017 11:00:15 +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 7F8A2E0BF9 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 6DC953416AB for ; Sun, 24 Sep 2017 11:00:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4413183F7 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: <1506250782.bba141041ce862d1b8571a9a4e4aab4c20a9302a.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: bba141041ce862d1b8571a9a4e4aab4c20a9302a 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: f64da0ee-9604-44c0-a6cb-7defe5b83cf0 X-Archives-Hash: 2435834dd3c6c9c7774a8e23bb2155c8 commit: bba141041ce862d1b8571a9a4e4aab4c20a9302a Author: Michael Palimaka gentoo org> AuthorDate: Sun Sep 24 10:10:29 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Sep 24 10:59:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba14104 www-apps/nikola: add missing deps Closes: https://bugs.gentoo.org/622100 Package-Manager: Portage-2.3.8, Repoman-2.3.3 www-apps/nikola/nikola-7.8.8.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www-apps/nikola/nikola-7.8.8.ebuild b/www-apps/nikola/nikola-7.8.8.ebuild index 9703397c0a4..755123550e9 100644 --- a/www-apps/nikola/nikola-7.8.8.ebuild +++ b/www-apps/nikola/nikola-7.8.8.ebuild @@ -16,15 +16,17 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT Apache-2.0 CC0-1.0 public-domain" SLOT="0" KEYWORDS="~amd64" -IUSE="assets charts ghpages hyphenation ipython jinja markdown watchdog webmedia websocket" +IUSE="assets charts ghpages hyphenation ipython jinja watchdog webmedia websocket" RESTRICT="test" # needs coveralls DEPEND=">=dev-python/docutils-0.12[${PYTHON_USEDEP}]" # needs rst2man to build manpage RDEPEND="${DEPEND} >=dev-python/blinker-1.3[${PYTHON_USEDEP}] + >=dev-python/doit-0.29.0[${PYTHON_USEDEP}] >=dev-python/logbook-0.7.0[${PYTHON_USEDEP}] >=dev-python/lxml-3.3.5[${PYTHON_USEDEP}] >=dev-python/mako-1.0[${PYTHON_USEDEP}] + >=dev-python/markdown-2.4.0[${PYTHON_USEDEP}] >=dev-python/natsort-3.5.2[${PYTHON_USEDEP}] >=dev-python/piexif-1.0.3[${PYTHON_USEDEP}] >=dev-python/pygments-1.6[${PYTHON_USEDEP}] @@ -42,7 +44,6 @@ 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}] ) - markdown? ( >=dev-python/markdown-2.4.0[${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}] )"