diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-08-17 17:46:38 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-08-17 17:47:08 -0400 |
commit | ad5baa76aeb05fb3eb9373db7ab8ab8fc7f96993 (patch) | |
tree | 44e41937fe8a47a148e678f5647b731bab489227 /sys-auth | |
parent | sci-libs/mkl: fix xz-utils dep (diff) | |
download | gentoo-ad5baa76aeb05fb3eb9373db7ab8ab8fc7f96993.tar.gz gentoo-ad5baa76aeb05fb3eb9373db7ab8ab8fc7f96993.tar.bz2 gentoo-ad5baa76aeb05fb3eb9373db7ab8ab8fc7f96993.zip |
sys-auth/munge: fix xz-utils dep
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/munge/munge-0.5.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/munge/munge-0.5.15.ebuild b/sys-auth/munge/munge-0.5.15.ebuild index a1a5d61cf62c..3a83b4dae100 100644 --- a/sys-auth/munge/munge-0.5.15.ebuild +++ b/sys-auth/munge/munge-0.5.15.ebuild @@ -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 @@ -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 |