commit: 4877a1904c5c92472bc5aa18eebbe37ffeaede65
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 9 12:46:26 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 9 12:46:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4877a190
media-libs/libsndfile: Update live ebuild
* Fix BDEPEND
* Add python 3.7 support
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-libs/libsndfile/libsndfile-9999.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/media-libs/libsndfile/libsndfile-9999.ebuild
b/media-libs/libsndfile/libsndfile-9999.ebuild
index 1b23d479803..fe5341352a3 100644
--- a/media-libs/libsndfile/libsndfile-9999.ebuild
+++ b/media-libs/libsndfile/libsndfile-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy{,3} )
if [[ ${PV} == *9999 ]]; then
inherit autotools git-r3
@@ -23,18 +23,18 @@ IUSE="alsa minimal sqlite static-libs test"
RDEPEND="
!minimal? (
- >=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}]
- >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
- >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}]
+ >=media-libs/flac-1.2.1-r5:=[${MULTILIB_USEDEP}]
+ >=media-libs/libogg-1.3.0:=[${MULTILIB_USEDEP}]
+ >=media-libs/libvorbis-1.3.3-r1:=[${MULTILIB_USEDEP}]
)
- alsa? ( media-libs/alsa-lib )
+ alsa? ( media-libs/alsa-lib:= )
sqlite? ( >=dev-db/sqlite-3.2 )"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
test? ( ${PYTHON_DEPS} )"
if [[ ${PV} == *9999 ]]; then
- BDEPEND="
+ BDEPEND+="
${PYTHON_DEPS}
sys-devel/autogen
"