Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/
Date: Tue, 18 Sep 2018 16:24:29
Message-Id: 1537287826.948d34986e1c5151df8a5a5f9a9c96851ce1615c.asturm@gentoo
1 commit: 948d34986e1c5151df8a5a5f9a9c96851ce1615c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 18 16:23:46 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 16:23:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948d3498
7
8 media-libs/libsndfile: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 media-libs/libsndfile/libsndfile-1.0.28-r2.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libsndfile/libsndfile-1.0.28-r2.ebuild b/media-libs/libsndfile/libsndfile-1.0.28-r2.ebuild
16 index dda9e8b990d..bc7b2a72e45 100644
17 --- a/media-libs/libsndfile/libsndfile-1.0.28-r2.ebuild
18 +++ b/media-libs/libsndfile/libsndfile-1.0.28-r2.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
27
28 @@ -30,7 +30,8 @@ RDEPEND="
29 )
30 alsa? ( media-libs/alsa-lib )
31 sqlite? ( >=dev-db/sqlite-3.2 )"
32 -DEPEND="${RDEPEND}
33 +DEPEND="${RDEPEND}"
34 +BDEPEND="
35 virtual/pkgconfig
36 test? ( ${PYTHON_DEPS} )"