diff options
author | Sam James <sam@gentoo.org> | 2023-07-04 23:23:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-04 23:23:09 +0100 |
commit | b70e7f16ca0373010a2c58ae1847073aa0f6718f (patch) | |
tree | 1e6d3cce45168c68ef32cd526e521e6504c4cda7 /sys-auth | |
parent | sys-auth/munge: Stabilize 0.5.15 sparc, #909652 (diff) | |
download | gentoo-b70e7f16ca0373010a2c58ae1847073aa0f6718f.tar.gz gentoo-b70e7f16ca0373010a2c58ae1847073aa0f6718f.tar.bz2 gentoo-b70e7f16ca0373010a2c58ae1847073aa0f6718f.zip |
sys-auth/munge: Stabilize 0.5.15 x86, #909652
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/munge/munge-0.5.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/munge/munge-0.5.15.ebuild b/sys-auth/munge/munge-0.5.15.ebuild index cec783f10b08..9bc4353b919a 100644 --- a/sys-auth/munge/munge-0.5.15.ebuild +++ b/sys-auth/munge/munge-0.5.15.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dun/munge/releases/download/${P}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv sparc ~x86" +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv sparc x86" IUSE="debug gcrypt static-libs" # TODO: still tries to use ${S}? RESTRICT="test" |