diff options
author | Sam James <sam@gentoo.org> | 2024-08-29 04:22:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-29 04:22:50 +0100 |
commit | df77960df32b73a122dfb4770c6e0b58e6ed9ce3 (patch) | |
tree | 5ff1d965cd3dc6390b0c8d714fad94320ec4c6fb /sys-libs | |
parent | dev-python/leechcorepyc: add 2.18.7 (diff) | |
download | gentoo-df77960df32b73a122dfb4770c6e0b58e6ed9ce3.tar.gz gentoo-df77960df32b73a122dfb4770c6e0b58e6ed9ce3.tar.bz2 gentoo-df77960df32b73a122dfb4770c6e0b58e6ed9ce3.zip |
sys-libs/gdbm: Stabilize 1.24 arm, #938628
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/gdbm/gdbm-1.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/gdbm/gdbm-1.24.ebuild b/sys-libs/gdbm/gdbm-1.24.ebuild index 376a15be31b7..f645a6ed2025 100644 --- a/sys-libs/gdbm/gdbm-1.24.ebuild +++ b/sys-libs/gdbm/gdbm-1.24.ebuild @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="GPL-3" SLOT="0/6" # libgdbm.so version -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+berkdb nls +readline static-libs test" RESTRICT="!test? ( test )" |