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 6BFF7158089 for ; Sat, 28 Oct 2023 00:48:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DC832BC058; Sat, 28 Oct 2023 00:48:28 +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 0B4342BC029 for ; Sat, 28 Oct 2023 00:48:28 +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 46467335C31 for ; Sat, 28 Oct 2023 00:48:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E33912DC for ; Sat, 28 Oct 2023 00:48:25 +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: <1698454071.7d2d89364a8fe782ad5e9e9c515f313ccb2b65b5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sratom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sratom/sratom-0.6.16.ebuild X-VCS-Directories: media-libs/sratom/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7d2d89364a8fe782ad5e9e9c515f313ccb2b65b5 X-VCS-Branch: master Date: Sat, 28 Oct 2023 00:48:25 +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: 7cde6b31-b420-41ec-93ce-bff4cbf6e3a8 X-Archives-Hash: 744b94300914ae6225f759ae458e627e commit: 7d2d89364a8fe782ad5e9e9c515f313ccb2b65b5 Author: Sam James gentoo org> AuthorDate: Sat Oct 28 00:47:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 28 00:47:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2d8936 media-libs/sratom: fix minimum versions Signed-off-by: Sam James gentoo.org> media-libs/sratom/sratom-0.6.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/sratom/sratom-0.6.16.ebuild b/media-libs/sratom/sratom-0.6.16.ebuild index 787d7e0e66de..1f113ef3e2cb 100644 --- a/media-libs/sratom/sratom-0.6.16.ebuild +++ b/media-libs/sratom/sratom-0.6.16.ebuild @@ -28,9 +28,9 @@ BDEPEND=" " # Take care on bumps to check minimum versions! RDEPEND=" - dev-libs/serd + >=dev-libs/serd-0.30.10 >=dev-libs/sord-0.16.16 - media-libs/lv2 + >=media-libs/lv2-1.18.4 " DEPEND="${RDEPEND} ${PYTHON_DEPS}