diff options
author | Sam James <sam@gentoo.org> | 2023-07-04 23:40:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-04 23:40:10 +0100 |
commit | 3ba54225661336c7e7a517f859b9f4fd647c636b (patch) | |
tree | 60e1f9ecbf420bd26e83d9786af081bb6eafc6f2 /sys-auth | |
parent | sys-apps/hwloc: Stabilize 2.9.1 amd64, #909660 (diff) | |
download | gentoo-3ba54225661336c7e7a517f859b9f4fd647c636b.tar.gz gentoo-3ba54225661336c7e7a517f859b9f4fd647c636b.tar.bz2 gentoo-3ba54225661336c7e7a517f859b9f4fd647c636b.zip |
sys-auth/munge: Stabilize 0.5.15 ppc64, #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 9bc4353b919a..2b3fdceaeb22 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" |