Skip to content

Commit

Permalink
sys-auth/munge: fix xz-utils dep
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Aug 17, 2024
1 parent 79e2f6f commit ad5baa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys-auth/munge/munge-0.5.15.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -27,7 +27,7 @@ RDEPEND="
acct-group/munge
acct-user/munge
"
BDEPEND="app-arch/xz-utils[extra-filters]"
BDEPEND="app-arch/xz-utils[extra-filters(+)]"

src_prepare() {
default
Expand Down

0 comments on commit ad5baa7

Please sign in to comment.