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 <Matt.Jolly@footclan.ninja>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Matt Jolly
2024-01-16 15:09:15 +10:00
committed by Sam James
parent e28dc0abdb
commit f393bde323
2 changed files with 4 additions and 8 deletions

View File

@@ -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() {

View File

@@ -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() {