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 28D6C138334 for ; Tue, 18 Sep 2018 16:24:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E62E9E0A0B; Tue, 18 Sep 2018 16:24:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AF043E0A0B for ; Tue, 18 Sep 2018 16:24:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7AC7D335D08 for ; Tue, 18 Sep 2018 16:24:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 003A53DD for ; Tue, 18 Sep 2018 16:24:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1537287826.948d34986e1c5151df8a5a5f9a9c96851ce1615c.asturm@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.28-r2.ebuild X-VCS-Directories: media-libs/libsndfile/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 948d34986e1c5151df8a5a5f9a9c96851ce1615c X-VCS-Branch: master Date: Tue, 18 Sep 2018 16:24:24 +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: ca14e65f-790e-482b-a424-62c51b8486aa X-Archives-Hash: 58247d92be9dab3a819d86b1e96d0e3f commit: 948d34986e1c5151df8a5a5f9a9c96851ce1615c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 18 16:23:46 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 18 16:23:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948d3498 media-libs/libsndfile: EAPI-7 bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-libs/libsndfile/libsndfile-1.0.28-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/libsndfile/libsndfile-1.0.28-r2.ebuild b/media-libs/libsndfile/libsndfile-1.0.28-r2.ebuild index dda9e8b990d..bc7b2a72e45 100644 --- a/media-libs/libsndfile/libsndfile-1.0.28-r2.ebuild +++ b/media-libs/libsndfile/libsndfile-1.0.28-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) @@ -30,7 +30,8 @@ RDEPEND=" ) alsa? ( media-libs/alsa-lib ) sqlite? ( >=dev-db/sqlite-3.2 )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" virtual/pkgconfig test? ( ${PYTHON_DEPS} )"