Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/
Date: Mon, 04 Jul 2016 08:56:39
Message-Id: 1467622463.ab3c04ad7113b2123f7ffe655ada408bae9d8591.aballier@gentoo
1 commit: ab3c04ad7113b2123f7ffe655ada408bae9d8591
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 08:54:17 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 08:54:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3c04ad
7
8 media-libs/libsndfile: always depend on python since python-any-r1.eclass requires it. Bug #492754.
9
10 Package-Manager: portage-2.3.0
11
12 media-libs/libsndfile/libsndfile-1.0.27.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libsndfile/libsndfile-1.0.27.ebuild b/media-libs/libsndfile/libsndfile-1.0.27.ebuild
16 index 9f602a5..c314290 100644
17 --- a/media-libs/libsndfile/libsndfile-1.0.27.ebuild
18 +++ b/media-libs/libsndfile/libsndfile-1.0.27.ebuild
19 @@ -34,7 +34,7 @@ RDEPEND="
20 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
21 DEPEND="${RDEPEND}
22 virtual/pkgconfig
23 - test? ( ${PYTHON_DEPS} )"
24 + ${PYTHON_DEPS}"
25
26 S=${WORKDIR}/${MY_P}