diff options
author | Sam James <sam@gentoo.org> | 2023-07-04 23:13:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-04 23:13:28 +0100 |
commit | 5f0f442c7fc66422e8ff4c8a754b3ab755eb4870 (patch) | |
tree | 84bed8929b1459ba38b0b74060d6ab1e4daf6ba9 /sys-auth | |
parent | sci-mathematics/polymake: add github upstream metadata (diff) | |
download | gentoo-5f0f442c7fc66422e8ff4c8a754b3ab755eb4870.tar.gz gentoo-5f0f442c7fc66422e8ff4c8a754b3ab755eb4870.tar.bz2 gentoo-5f0f442c7fc66422e8ff4c8a754b3ab755eb4870.zip |
sys-auth/munge: Stabilize 0.5.15 amd64, #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 d7cab612870d..2d783ee95ce7 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" |