diff options
author | 2024-04-29 03:37:53 +0100 | |
---|---|---|
committer | 2024-04-29 03:37:53 +0100 | |
commit | afcfffc43bcb8bfc40561d05a5e7daa6a4f78c29 (patch) | |
tree | cc754127d29c658a9eec694a6aaaedb4f978057e /dev-libs/boehm-gc | |
parent | dev-libs/boehm-gc: Stabilize 8.2.6 ppc, #930851 (diff) | |
download | gentoo-afcfffc43bcb8bfc40561d05a5e7daa6a4f78c29.tar.gz gentoo-afcfffc43bcb8bfc40561d05a5e7daa6a4f78c29.tar.bz2 gentoo-afcfffc43bcb8bfc40561d05a5e7daa6a4f78c29.zip |
dev-libs/boehm-gc: Stabilize 8.2.6 arm64, #930851
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/boehm-gc')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-8.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/boehm-gc/boehm-gc-8.2.6.ebuild b/dev-libs/boehm-gc/boehm-gc-8.2.6.ebuild index ac4fdb083bfc..ff54d71cb72e 100644 --- a/dev-libs/boehm-gc/boehm-gc-8.2.6.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-8.2.6.ebuild @@ -17,7 +17,7 @@ LICENSE="boehm-gc" # We've been using subslot 0 for these instead of "1.1". SLOT="0" # Don't keyword versions if upstream mark them as pre-release. -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="cxx +large static-libs +threads" RDEPEND=">=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]" |