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 D7F27158089 for ; Sat, 28 Oct 2023 00:52:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F52C2BC029; Sat, 28 Oct 2023 00:52:59 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 056F02BC029 for ; Sat, 28 Oct 2023 00:52:59 +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 143DD335C11 for ; Sat, 28 Oct 2023 00:52:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82EFB12AC for ; Sat, 28 Oct 2023 00:52:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1698454303.e7310a317e828b2657f002a8ddb7cf7fc3d9f422.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lilv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lilv/lilv-0.24.22-r1.ebuild media-libs/lilv/lilv-0.24.22.ebuild X-VCS-Directories: media-libs/lilv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7310a317e828b2657f002a8ddb7cf7fc3d9f422 X-VCS-Branch: master Date: Sat, 28 Oct 2023 00:52:56 +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: 3e5790da-cb1e-4d2e-a368-738492d87224 X-Archives-Hash: e72a2f4fdfa95b1321dd00b659514578 commit: e7310a317e828b2657f002a8ddb7cf7fc3d9f422 Author: Sam James gentoo org> AuthorDate: Sat Oct 28 00:51:43 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 28 00:51:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7310a31 media-libs/lilv: fix dependencies Started to use zix too. Signed-off-by: Sam James gentoo.org> media-libs/lilv/{lilv-0.24.22.ebuild => lilv-0.24.22-r1.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-libs/lilv/lilv-0.24.22.ebuild b/media-libs/lilv/lilv-0.24.22-r1.ebuild similarity index 89% rename from media-libs/lilv/lilv-0.24.22.ebuild rename to media-libs/lilv/lilv-0.24.22-r1.ebuild index b8a215c8d607..e83109849f76 100644 --- a/media-libs/lilv/lilv-0.24.22.ebuild +++ b/media-libs/lilv/lilv-0.24.22-r1.ebuild @@ -31,11 +31,12 @@ BDEPEND=" # Take care on bumps to check minimum versions! RDEPEND=" ${PYTHON_DEPS} - dev-libs/serd[${MULTILIB_USEDEP}] + >=dev-libs/serd-0.30.10[${MULTILIB_USEDEP}] >=dev-libs/sord-0.16.16[${MULTILIB_USEDEP}] + >=dev-libs/zix-0.4.0[${MULTILIB_USEDEP}] media-libs/libsndfile - media-libs/lv2[${MULTILIB_USEDEP}] - media-libs/sratom[${MULTILIB_USEDEP}] + >=media-libs/lv2-1.18.2[${MULTILIB_USEDEP}] + >=media-libs/sratom-0.6.10[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND}"