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 B4BFF158094 for ; Mon, 15 Aug 2022 11:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB4F4E101C; Mon, 15 Aug 2022 11:22:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id A35E5E101C for ; Mon, 15 Aug 2022 11:22:54 +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 664C33411C1 for ; Mon, 15 Aug 2022 11:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF8E5561 for ; Mon, 15 Aug 2022 11:22:51 +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: <1660562524.445fda5381da7e0117320c45ebbac938dc83bfe2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsoundio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsoundio/libsoundio-2.0.0.ebuild X-VCS-Directories: media-libs/libsoundio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 445fda5381da7e0117320c45ebbac938dc83bfe2 X-VCS-Branch: master Date: Mon, 15 Aug 2022 11:22:51 +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: dc9ab1f8-dfc9-4893-bb77-417b36537dd2 X-Archives-Hash: 81668d363d36f92f8b42203d1f8abd8c commit: 445fda5381da7e0117320c45ebbac938dc83bfe2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 15 11:03:20 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 15 11:22:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445fda53 media-libs/libsoundio: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libsoundio/libsoundio-2.0.0.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/media-libs/libsoundio/libsoundio-2.0.0.ebuild b/media-libs/libsoundio/libsoundio-2.0.0.ebuild index a2ff792b5b8c..d076ca85afda 100644 --- a/media-libs/libsoundio/libsoundio-2.0.0.ebuild +++ b/media-libs/libsoundio/libsoundio-2.0.0.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -CMAKE_ECLASS=cmake inherit cmake-multilib DESCRIPTION="C library for cross-platform real-time audio input and output" @@ -15,9 +14,11 @@ SLOT="0/2" KEYWORDS="amd64 x86" IUSE="alsa coreaudio examples jack pulseaudio static-libs" -DEPEND="alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) +DEPEND=" + alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) jack? ( virtual/jack[${MULTILIB_USEDEP}] ) - pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )" + pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] ) +" RDEPEND="${DEPEND}" multilib_src_configure() {