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 3F868138334 for ; Thu, 28 Jun 2018 19:18:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A37FE090A; Thu, 28 Jun 2018 19:18:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 08E30E090A for ; Thu, 28 Jun 2018 19:18:28 +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 8A34C335C90 for ; Thu, 28 Jun 2018 19:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DABD2E3 for ; Thu, 28 Jun 2018 19:18:25 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1530213304.e7188656c6b7fa4674513f1fe441c16db8518d3e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gaupol/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gaupol/gaupol-1.4.ebuild X-VCS-Directories: media-video/gaupol/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e7188656c6b7fa4674513f1fe441c16db8518d3e X-VCS-Branch: master Date: Thu, 28 Jun 2018 19:18:25 +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: 9f20e8b5-deae-4100-a94b-6592c714093a X-Archives-Hash: dedcc5c361ae3b44a4896cd7353e0a7e commit: e7188656c6b7fa4674513f1fe441c16db8518d3e Author: Pacho Ramos gentoo org> AuthorDate: Thu Jun 28 18:38:04 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Jun 28 19:15:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7188656 media-video/gaupol: pyenchant needed for tests (#659172) Package-Manager: Portage-2.3.41, Repoman-2.3.9 media-video/gaupol/gaupol-1.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/gaupol/gaupol-1.4.ebuild b/media-video/gaupol/gaupol-1.4.ebuild index ce0260f03d8..f1239186beb 100644 --- a/media-video/gaupol/gaupol-1.4.ebuild +++ b/media-video/gaupol/gaupol-1.4.ebuild @@ -28,6 +28,7 @@ DEPEND=" sys-devel/gettext test? ( ${RDEPEND} + dev-python/pyenchant[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-runner[${PYTHON_USEDEP}] )