From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1554238-garchives=archives.gentoo.org@lists.gentoo.org> 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 3A75315808A for <garchives@archives.gentoo.org>; Thu, 14 Sep 2023 03:41:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39BBA2BC01B; Thu, 14 Sep 2023 03:41:11 +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 260A22BC01B for <gentoo-commits@lists.gentoo.org>; Thu, 14 Sep 2023 03:41:11 +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 E0E49335CA6 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Sep 2023 03:41:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B3A11A6 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Sep 2023 03:41:08 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1694661349.b0d2455e2ce05ff4b81bafadffd95092f4cefaff.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmacaroons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmacaroons/libmacaroons-0.3.0-r1.ebuild dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild X-VCS-Directories: dev-libs/libmacaroons/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b0d2455e2ce05ff4b81bafadffd95092f4cefaff X-VCS-Branch: master Date: Thu, 14 Sep 2023 03:41:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1e126886-3535-43e4-9229-0b10b9e65bc0 X-Archives-Hash: c92c9d3577755c398b6c492bd78f585e commit: b0d2455e2ce05ff4b81bafadffd95092f4cefaff Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 14 02:58:52 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 14 03:15:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d2455e dev-libs/libmacaroons: add subslot dep on libsodium Signed-off-by: Sam James <sam <AT> gentoo.org> ...{libmacaroons-0.3.0-r1.ebuild => libmacaroons-0.3.0-r2.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/libmacaroons/libmacaroons-0.3.0-r1.ebuild b/dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild similarity index 85% rename from dev-libs/libmacaroons/libmacaroons-0.3.0-r1.ebuild rename to dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild index 71fbf928561c..ba3c057214a9 100644 --- a/dev-libs/libmacaroons/libmacaroons-0.3.0-r1.ebuild +++ b/dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=" - dev-libs/json-c - dev-libs/libsodium + dev-libs/json-c:= + dev-libs/libsodium:= " RDEPEND="${DEPEND}" BDEPEND="" @@ -23,8 +23,8 @@ BDEPEND="" S="${WORKDIR}"/${PN}-releases-${PV} PATCHES=( - "${FILESDIR}"/${P}-json-c.patch - "${FILESDIR}"/${P}-no-python.patch + "${FILESDIR}"/${P}-json-c.patch + "${FILESDIR}"/${P}-no-python.patch ) src_prepare() {