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 AC62E15ACFB for ; Sun, 9 Apr 2023 10:05:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC144E0849; Sun, 9 Apr 2023 10:05:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D4542E0849 for ; Sun, 9 Apr 2023 10:05:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2817E335DBF for ; Sun, 9 Apr 2023 10:05:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A9CFA47 for ; Sun, 9 Apr 2023 10:05:18 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1680970046.7dac7b85bfea95fa970dfdb0369a934b81d9dd82.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/bonzomatic/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/bonzomatic/bonzomatic-2022.08.20.ebuild media-gfx/bonzomatic/bonzomatic-9999.ebuild X-VCS-Directories: media-gfx/bonzomatic/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 7dac7b85bfea95fa970dfdb0369a934b81d9dd82 X-VCS-Branch: master Date: Sun, 9 Apr 2023 10:05:18 +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: ea6ba69f-6720-420b-a0ec-8304ffc79d9a X-Archives-Hash: bd1582d738008b88f97aab98dfccd22e commit: 7dac7b85bfea95fa970dfdb0369a934b81d9dd82 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Apr 8 16:07:26 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Apr 8 16:07:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7dac7b85 media-gfx/bonzomatic: Fix miniaudio category Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> media-gfx/bonzomatic/bonzomatic-2022.08.20.ebuild | 2 +- media-gfx/bonzomatic/bonzomatic-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/bonzomatic/bonzomatic-2022.08.20.ebuild b/media-gfx/bonzomatic/bonzomatic-2022.08.20.ebuild index 3e2ebc2b2..4bc43bb2e 100644 --- a/media-gfx/bonzomatic/bonzomatic-2022.08.20.ebuild +++ b/media-gfx/bonzomatic/bonzomatic-2022.08.20.ebuild @@ -60,7 +60,7 @@ RDEPEND=" # miniaudio is headers-only DEPEND=" ${RDEPEND} - system-miniaudio? ( media-libs/miniaudio:0.10= ) + system-miniaudio? ( >=dev-libs/miniaudio-0.10 ) " BDEPEND="!system-glfw? ( wayland? ( dev-libs/wayland-protocols ) )" diff --git a/media-gfx/bonzomatic/bonzomatic-9999.ebuild b/media-gfx/bonzomatic/bonzomatic-9999.ebuild index 3e2ebc2b2..4bc43bb2e 100644 --- a/media-gfx/bonzomatic/bonzomatic-9999.ebuild +++ b/media-gfx/bonzomatic/bonzomatic-9999.ebuild @@ -60,7 +60,7 @@ RDEPEND=" # miniaudio is headers-only DEPEND=" ${RDEPEND} - system-miniaudio? ( media-libs/miniaudio:0.10= ) + system-miniaudio? ( >=dev-libs/miniaudio-0.10 ) " BDEPEND="!system-glfw? ( wayland? ( dev-libs/wayland-protocols ) )"