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 01A9A15817D for ; Sun, 23 Jun 2024 01:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA024E2AE6; Sun, 23 Jun 2024 01:49:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB815E2AE8 for ; Sun, 23 Jun 2024 01:49:16 +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 46DE534164C for ; Sun, 23 Jun 2024 01:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA6DD1D50 for ; Sun, 23 Jun 2024 01:49:12 +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: <1719107345.35227c7aece0d02d5a8778b904c38c29fd4bc420.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/scute/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/scute/scute-1.7.0-r1.ebuild app-crypt/scute/scute-1.7.0-r2.ebuild X-VCS-Directories: app-crypt/scute/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 35227c7aece0d02d5a8778b904c38c29fd4bc420 X-VCS-Branch: master Date: Sun, 23 Jun 2024 01:49:12 +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: ad1b23f7-ab70-4bfc-90f6-19ee74b54b0a X-Archives-Hash: c7e0bf4981e2598f3276a7e468e07098 commit: 35227c7aece0d02d5a8778b904c38c29fd4bc420 Author: Sam James gentoo org> AuthorDate: Sun Jun 23 01:43:41 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 23 01:49:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35227c7a app-crypt/scute: subscribe to libassuan subslot Signed-off-by: Sam James gentoo.org> app-crypt/scute/{scute-1.7.0-r1.ebuild => scute-1.7.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/scute/scute-1.7.0-r1.ebuild b/app-crypt/scute/scute-1.7.0-r2.ebuild similarity index 94% rename from app-crypt/scute/scute-1.7.0-r1.ebuild rename to app-crypt/scute/scute-1.7.0-r2.ebuild index 1a09b4e0e44a..ef39f1b873cb 100644 --- a/app-crypt/scute/scute-1.7.0-r1.ebuild +++ b/app-crypt/scute/scute-1.7.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ BDEPEND=" >=app-crypt/gnupg-2.0.17-r1[smartcard]" DEPEND=" >=dev-libs/libgpg-error-1.4 - >=dev-libs/libassuan-2.0.0" + >=dev-libs/libassuan-2.0.0:=" RDEPEND=" ${DEPEND} ${BDEPEND}"