commit: 402e1300c35aa461fe883db08a55bd32d5f23f81 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 15 05:42:10 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 15 05:42:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402e1300
profiles/arch/arm: mask >=media-libs/freetype-2.12.0 b/c Rust on older arm Needs newer librsvg which needs Rust. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm/armv4/package.mask | 3 ++- profiles/arch/arm/armv4t/package.mask | 3 ++- profiles/arch/arm/armv5te/package.mask | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/profiles/arch/arm/armv4/package.mask b/profiles/arch/arm/armv4/package.mask index cace21a93853..46847344892e 100644 --- a/profiles/arch/arm/armv4/package.mask +++ b/profiles/arch/arm/armv4/package.mask @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Anthony Ryan <[email protected]> (2017-01-21) @@ -27,3 +27,4 @@ virtual/rust gnome-base/gdm gnome-extra/chrome-gnome-shell gnome-extra/gnome-tweaks +>=media-libs/freetype-2.12.0 diff --git a/profiles/arch/arm/armv4t/package.mask b/profiles/arch/arm/armv4t/package.mask index cace21a93853..46847344892e 100644 --- a/profiles/arch/arm/armv4t/package.mask +++ b/profiles/arch/arm/armv4t/package.mask @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Anthony Ryan <[email protected]> (2017-01-21) @@ -27,3 +27,4 @@ virtual/rust gnome-base/gdm gnome-extra/chrome-gnome-shell gnome-extra/gnome-tweaks +>=media-libs/freetype-2.12.0 diff --git a/profiles/arch/arm/armv5te/package.mask b/profiles/arch/arm/armv5te/package.mask index 79fab2dd73b3..c63fbc970fa1 100644 --- a/profiles/arch/arm/armv5te/package.mask +++ b/profiles/arch/arm/armv5te/package.mask @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Anthony Ryan <[email protected]> (2017-01-21) @@ -27,3 +27,4 @@ virtual/rust gnome-base/gdm gnome-extra/chrome-gnome-shell gnome-extra/gnome-tweaks +>=media-libs/freetype-2.12.0
