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 9A36C13832E for ; Sat, 23 Jul 2016 04:34:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C834AE0B03; Sat, 23 Jul 2016 04:34:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EAFFE0B03 for ; Sat, 23 Jul 2016 04:34:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD7C3340E92 for ; Sat, 23 Jul 2016 04:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D0577D4 for ; Sat, 23 Jul 2016 04:34:40 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1469248457.b5f4c51fa0d90241500a63e05ac089f20551a24b.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xonsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xonsh/xonsh-0.4.4.ebuild X-VCS-Directories: dev-python/xonsh/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: b5f4c51fa0d90241500a63e05ac089f20551a24b X-VCS-Branch: master Date: Sat, 23 Jul 2016 04:34:40 +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: 5f27d545-582f-4365-b483-bbbc7e3847c8 X-Archives-Hash: 2b90e536e99aced5b94c0bde71298dda commit: b5f4c51fa0d90241500a63e05ac089f20551a24b Author: Ultrabug gentoo org> AuthorDate: Sat Jul 23 04:34:17 2016 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Sat Jul 23 04:34:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f4c51f dev-python/xonsh: fix missing runtime dep Package-Manager: portage-2.2.27 dev-python/xonsh/xonsh-0.4.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/xonsh/xonsh-0.4.4.ebuild b/dev-python/xonsh/xonsh-0.4.4.ebuild index ae04e7e..92f70a4 100644 --- a/dev-python/xonsh/xonsh-0.4.4.ebuild +++ b/dev-python/xonsh/xonsh-0.4.4.ebuild @@ -22,6 +22,7 @@ IUSE="test" RDEPEND=" dev-python/ply[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]