diff options
author | Sam James <sam@gentoo.org> | 2023-07-04 23:23:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-04 23:23:08 +0100 |
commit | db191f5cf54731ce39912bda0ad2dd3a90aebffc (patch) | |
tree | d3c8285ae3f8060e5bd79f031e1955b929f26baa /sys-auth/munge | |
parent | dev-db/percona-xtrabackup: drop to maintainer-needed (diff) | |
download | gentoo-db191f5cf54731ce39912bda0ad2dd3a90aebffc.tar.gz gentoo-db191f5cf54731ce39912bda0ad2dd3a90aebffc.tar.bz2 gentoo-db191f5cf54731ce39912bda0ad2dd3a90aebffc.zip |
sys-auth/munge: Stabilize 0.5.15 sparc, #909652
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/munge')
-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 2d783ee95ce7..cec783f10b08 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" |