Skip to content

Commit

Permalink
dev-embedded/u-boot-utils: Pull in net-libs/gnutls too
Browse files Browse the repository at this point in the history
mkeficapsule tool uses gnutls unconditionally.
  • Loading branch information
krnowak committed Aug 5, 2024
1 parent 8a1ba07 commit 1033183
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ SLOT="0"
KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
IUSE="envtools"

RDEPEND="dev-libs/openssl:="
RDEPEND="
dev-libs/openssl:=
net-libs/gnutls:=
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-lang/swig
Expand Down

0 comments on commit 1033183

Please sign in to comment.