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 6301A1382E6 for ; Mon, 4 Jul 2016 08:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97FF4E0B0D; Mon, 4 Jul 2016 08:56:38 +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 217DFE0B0D for ; Mon, 4 Jul 2016 08:56:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 20319340D85 for ; Mon, 4 Jul 2016 08:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8C97241B for ; Mon, 4 Jul 2016 08:56:33 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1467622463.ab3c04ad7113b2123f7ffe655ada408bae9d8591.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsndfile/libsndfile-1.0.27.ebuild X-VCS-Directories: media-libs/libsndfile/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ab3c04ad7113b2123f7ffe655ada408bae9d8591 X-VCS-Branch: master Date: Mon, 4 Jul 2016 08:56:33 +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: ec4edc90-5eb2-47c1-96f2-b426e7089a27 X-Archives-Hash: ac2bb8c9046388ce5bb0eb89fd96add8 commit: ab3c04ad7113b2123f7ffe655ada408bae9d8591 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 4 08:54:17 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 4 08:54:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3c04ad media-libs/libsndfile: always depend on python since python-any-r1.eclass requires it. Bug #492754. Package-Manager: portage-2.3.0 media-libs/libsndfile/libsndfile-1.0.27.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libsndfile/libsndfile-1.0.27.ebuild b/media-libs/libsndfile/libsndfile-1.0.27.ebuild index 9f602a5..c314290 100644 --- a/media-libs/libsndfile/libsndfile-1.0.27.ebuild +++ b/media-libs/libsndfile/libsndfile-1.0.27.ebuild @@ -34,7 +34,7 @@ RDEPEND=" !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )" DEPEND="${RDEPEND} virtual/pkgconfig - test? ( ${PYTHON_DEPS} )" + ${PYTHON_DEPS}" S=${WORKDIR}/${MY_P}