diff options
author | Sam James <sam@gentoo.org> | 2024-03-02 23:29:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-02 23:29:44 +0000 |
commit | b26ba6b2775ae1f01afe0af198fd731320a52e84 (patch) | |
tree | 24f86d499bf6acf1e35d06e01c69d99b44e66c4c /dev-libs/libffi | |
parent | dev-libs/openssl: Stabilize 3.0.13 ppc, #925738 (diff) | |
download | gentoo-b26ba6b2775ae1f01afe0af198fd731320a52e84.tar.gz gentoo-b26ba6b2775ae1f01afe0af198fd731320a52e84.tar.bz2 gentoo-b26ba6b2775ae1f01afe0af198fd731320a52e84.zip |
dev-libs/libffi: Stabilize 3.4.4-r4 ppc, #925739
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libffi')
-rw-r--r-- | dev-libs/libffi/libffi-3.4.4-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libffi/libffi-3.4.4-r4.ebuild b/dev-libs/libffi/libffi-3.4.4-r4.ebuild index 41a9eb56d79d..93e817c458f1 100644 --- a/dev-libs/libffi/libffi-3.4.4-r4.ebuild +++ b/dev-libs/libffi/libffi-3.4.4-r4.ebuild @@ -19,7 +19,7 @@ LICENSE="MIT" # with FEATURES="-preserved-libs" or another package manager if SONAME # changes. SLOT="0/8" # SONAME=libffi.so.8 -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="debug exec-static-trampoline pax-kernel static-libs test" RESTRICT="!test? ( test )" |