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 102D8158004 for ; Tue, 16 Jan 2024 07:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 604D9E2B99; Tue, 16 Jan 2024 07:59:55 +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 42935E2B99 for ; Tue, 16 Jan 2024 07:59:55 +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 4193C3432A8 for ; Tue, 16 Jan 2024 07:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D22EC14AA for ; Tue, 16 Jan 2024 07:59:52 +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: <1705391963.f393bde32385f6a00a2cef7e999b2acae835abb9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/minisign/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/minisign/minisign-0.11-r1.ebuild app-crypt/minisign/minisign-0.11.ebuild app-crypt/minisign/minisign-9999.ebuild X-VCS-Directories: app-crypt/minisign/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f393bde32385f6a00a2cef7e999b2acae835abb9 X-VCS-Branch: master Date: Tue, 16 Jan 2024 07:59:52 +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: ebe2b778-7fb0-4db3-a954-d708bfe950bb X-Archives-Hash: bf8962e3521d5e5e1259f646368bffb9 commit: f393bde32385f6a00a2cef7e999b2acae835abb9 Author: Matt Jolly footclan ninja> AuthorDate: Tue Jan 16 05:09:15 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 16 07:59:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f393bde3 app-crypt/minisign: add 0.11-r1; update 9999 - dev-libs/libsodium is losing the 'minimal' USE - drop empty IUSE Bug: https://bugs.gentoo.org/921614 Signed-off-by: Matt Jolly footclan.ninja> Signed-off-by: Sam James gentoo.org> .../minisign/{minisign-0.11.ebuild => minisign-0.11-r1.ebuild} | 6 ++---- app-crypt/minisign/minisign-9999.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app-crypt/minisign/minisign-0.11.ebuild b/app-crypt/minisign/minisign-0.11-r1.ebuild similarity index 88% rename from app-crypt/minisign/minisign-0.11.ebuild rename to app-crypt/minisign/minisign-0.11-r1.ebuild index 929ac4ad6490..4719129eccdc 100644 --- a/app-crypt/minisign/minisign-0.11.ebuild +++ b/app-crypt/minisign/minisign-0.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,10 +19,8 @@ fi LICENSE="ISC" SLOT="0" -IUSE="" - BDEPEND="virtual/pkgconfig" -DEPEND="dev-libs/libsodium:=[-minimal]" +DEPEND="dev-libs/libsodium:=[-minimal(-)]" RDEPEND="${DEPEND}" src_configure() { diff --git a/app-crypt/minisign/minisign-9999.ebuild b/app-crypt/minisign/minisign-9999.ebuild index 72ddaf11be5e..739c6df837fe 100644 --- a/app-crypt/minisign/minisign-9999.ebuild +++ b/app-crypt/minisign/minisign-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,10 +19,8 @@ fi LICENSE="ISC" SLOT="0" -IUSE="" - BDEPEND="virtual/pkgconfig" -DEPEND="dev-libs/libsodium:=[-minimal]" +DEPEND="dev-libs/libsodium:=[-minimal(-)]" RDEPEND="${DEPEND}" src_configure() {