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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5AC2A15800A for ; Sun, 13 Aug 2023 17:07:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90DF62BC019; Sun, 13 Aug 2023 17:07:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 771522BC019 for ; Sun, 13 Aug 2023 17:07:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3DDC340DFF for ; Sun, 13 Aug 2023 17:07:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C3D8F67 for ; Sun, 13 Aug 2023 17:07:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1691946421.7e3530a5d37e385f6d437c5cd7741fedbcbf82be.soap@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.2.2.ebuild media-libs/libsndfile/libsndfile-9999.ebuild X-VCS-Directories: media-libs/libsndfile/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7e3530a5d37e385f6d437c5cd7741fedbcbf82be X-VCS-Branch: master Date: Sun, 13 Aug 2023 17:07:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b8503c7d-4110-4f27-a1d7-f983eb544dce X-Archives-Hash: 7a8124042ae56bf6380389b6c390ee12 commit: 7e3530a5d37e385f6d437c5cd7741fedbcbf82be Author: David Seifert gentoo org> AuthorDate: Sun Aug 13 17:07:01 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 13 17:07:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3530a5 media-libs/libsndfile: fix dev-lang/python-exec[-native-symlinks] Closes: https://bugs.gentoo.org/912229 Signed-off-by: David Seifert gentoo.org> media-libs/libsndfile/libsndfile-1.2.2.ebuild | 11 ++--------- media-libs/libsndfile/libsndfile-9999.ebuild | 11 ++--------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/media-libs/libsndfile/libsndfile-1.2.2.ebuild b/media-libs/libsndfile/libsndfile-1.2.2.ebuild index 4adcb3826f99..8544de0bdeff 100644 --- a/media-libs/libsndfile/libsndfile-1.2.2.ebuild +++ b/media-libs/libsndfile/libsndfile-1.2.2.ebuild @@ -35,21 +35,14 @@ RDEPEND=" sqlite? ( dev-db/sqlite )" DEPEND="${RDEPEND}" BDEPEND=" - virtual/pkgconfig - test? ( ${PYTHON_DEPS} )" + ${PYTHON_DEPS} + virtual/pkgconfig" if [[ ${PV} == *9999 ]]; then BDEPEND+=" - ${PYTHON_DEPS} sys-devel/autogen " fi -pkg_setup() { - if use test || [[ ${PV} == *9999 ]]; then - python-any-r1_pkg_setup - fi -} - src_prepare() { default diff --git a/media-libs/libsndfile/libsndfile-9999.ebuild b/media-libs/libsndfile/libsndfile-9999.ebuild index 4adcb3826f99..8544de0bdeff 100644 --- a/media-libs/libsndfile/libsndfile-9999.ebuild +++ b/media-libs/libsndfile/libsndfile-9999.ebuild @@ -35,21 +35,14 @@ RDEPEND=" sqlite? ( dev-db/sqlite )" DEPEND="${RDEPEND}" BDEPEND=" - virtual/pkgconfig - test? ( ${PYTHON_DEPS} )" + ${PYTHON_DEPS} + virtual/pkgconfig" if [[ ${PV} == *9999 ]]; then BDEPEND+=" - ${PYTHON_DEPS} sys-devel/autogen " fi -pkg_setup() { - if use test || [[ ${PV} == *9999 ]]; then - python-any-r1_pkg_setup - fi -} - src_prepare() { default