diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-07-01 17:05:43 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-04 22:34:59 +0200 |
commit | 0703af4d9c3f5e9f4030fffc37c15365ffc5bb5a (patch) | |
tree | a11633f06a3e03ac5ff780d9a28d45c55d924a16 /profiles | |
parent | sys-fs/ufsutils: add -fcommon workaround (diff) | |
download | gentoo-0703af4d9c3f5e9f4030fffc37c15365ffc5bb5a.tar.gz gentoo-0703af4d9c3f5e9f4030fffc37c15365ffc5bb5a.tar.bz2 gentoo-0703af4d9c3f5e9f4030fffc37c15365ffc5bb5a.zip |
profiles: arm: mask dev-util/cbindgen (on < armv6j)
< armv6j does not support Rust.
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm/armv6j/package.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm/armv7a/package.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm/package.mask | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/profiles/arch/arm/armv6j/package.mask b/profiles/arch/arm/armv6j/package.mask index 9bf1f42c14b7..6beba93986d9 100644 --- a/profiles/arch/arm/armv6j/package.mask +++ b/profiles/arch/arm/armv6j/package.mask @@ -1,10 +1,10 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Sam James <sam@cmpct.info> (2020-06-29) +# Sam James <sam@cmpct.info> (2020-07-02) # Needs Rust, which is available here -# Bug #677018 -net-news/newsboat +-dev-util/cbindgen # James Le Cuirot <chewi@gentoo.org> (2016-01-09) # This is built for armv6 so unmask against the wider arm mask. diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask index 983866095825..fb8bd4a8815c 100644 --- a/profiles/arch/arm/armv7a/package.mask +++ b/profiles/arch/arm/armv7a/package.mask @@ -1,10 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Sam James <sam@cmpct.info> (2020-06-29) +# Sam James <sam@cmpct.info> (2020-07-02) # Needs Rust, which is available here -# Bug #677018 -net-news/newsboat +-dev-util/cbindgen # Sam James <sam@cmpct.info> (2020-06-24) # Valgrind works on ARMv7 diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask index 34754836d7f6..4ffdb9686a94 100644 --- a/profiles/arch/arm/package.mask +++ b/profiles/arch/arm/package.mask @@ -1,10 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Sam James <sam@cmpct.info> (2020-06-29) -# Needs Rust (only on >= armv6j) -# Bug #677018 +# Sam James <sam@cmpct.info> (2020-07-02) +# Packages which need Rust (only on >= 6j) +# We unmask them for armv6j, armv7a elsewhere net-news/newsboat +dev-util/cbindgen # Sam James <sam@cmpct.info> (2020-06-24) # Valgrind lacks support for < ARMv7 |