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 185B9139694 for ; Fri, 21 Jul 2017 17:38:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B3ADE0841; Fri, 21 Jul 2017 17:38:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 36216E0841 for ; Fri, 21 Jul 2017 17:38:09 +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 490143419C3 for ; Fri, 21 Jul 2017 17:38:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B224474B5 for ; Fri, 21 Jul 2017 17:38:06 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1500658673.dda97687d4ad8e37f8f1dcfb4a26ec2df4a2b1ce.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/snappy/snappy-0.5.1.ebuild X-VCS-Directories: dev-python/snappy/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: dda97687d4ad8e37f8f1dcfb4a26ec2df4a2b1ce X-VCS-Branch: master Date: Fri, 21 Jul 2017 17:38:06 +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: 12d2da28-19ed-4086-a1a7-767eb6db9252 X-Archives-Hash: 668f29ef2c4808ac9a2c421ce1e2e4c7 commit: dda97687d4ad8e37f8f1dcfb4a26ec2df4a2b1ce Author: Sébastien Fabbro gentoo org> AuthorDate: Fri Jul 21 02:56:19 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Fri Jul 21 17:37:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda97687 dev-python/snappy: removing white lines Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/snappy/snappy-0.5.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/snappy/snappy-0.5.1.ebuild b/dev-python/snappy/snappy-0.5.1.ebuild index 0f4866993a9..3460b9855fa 100644 --- a/dev-python/snappy/snappy-0.5.1.ebuild +++ b/dev-python/snappy/snappy-0.5.1.ebuild @@ -19,14 +19,12 @@ KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" SLOT="0" RDEPEND=">=app-arch/snappy-1.0.2:=" -DEPEND=" +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - ${RDEPEND} " S="${WORKDIR}/${MY_P}" - python_test() { "${EPYTHON}" test_snappy.py -v || die "Tests fail with ${EPYTHON}" }