From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AC0A659CA3 for ; Sun, 14 Feb 2016 19:29:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E1CBE07DD; Sun, 14 Feb 2016 19:29:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B72FE07D5 for ; Sun, 14 Feb 2016 19:29:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A636340A3D for ; Sun, 14 Feb 2016 19:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2DC3150 for ; Sun, 14 Feb 2016 19:29:27 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1455472853.f60c91b511a99f70e4655faa9f55dd274f49bf14.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-util/reviewboard/reviewboard-2.5.2.ebuild X-VCS-Directories: dev-util/reviewboard/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f60c91b511a99f70e4655faa9f55dd274f49bf14 X-VCS-Branch: master Date: Sun, 14 Feb 2016 19:29:27 +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: b2f01b8f-69b4-43eb-9ec3-080802feabcd X-Archives-Hash: fdaf159e299a55bd8cbc603734d352a5 commit: f60c91b511a99f70e4655faa9f55dd274f49bf14 Author: Hans de Graaff degraaff org> AuthorDate: Sun Feb 14 18:00:53 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Feb 14 18:00:53 2016 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=f60c91b5 dev-util/reviewboard: add missing dependency on pillow Thanks to Consus for letting me know. Package-Manager: portage-2.2.26 dev-util/reviewboard/reviewboard-2.5.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/reviewboard/reviewboard-2.5.2.ebuild b/dev-util/reviewboard/reviewboard-2.5.2.ebuild index c9e615a..2cb3d70 100644 --- a/dev-util/reviewboard/reviewboard-2.5.2.ebuild +++ b/dev-util/reviewboard/reviewboard-2.5.2.ebuild @@ -32,6 +32,7 @@ RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite] >=dev-python/markdown-2.6.0[${PYTHON_USEDEP}] =dev-python/paramiko-1.12[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}] >=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}] >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]