diff options
author | Sam James <sam@gentoo.org> | 2022-04-15 06:42:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-15 06:42:13 +0100 |
commit | 402e1300c35aa461fe883db08a55bd32d5f23f81 (patch) | |
tree | 4d8d79ade59cefbd337e090a968c19b889bf944d /profiles | |
parent | sec-policy/selinux-xprint: fix EmptyPackageDir (diff) | |
download | gentoo-402e1300c35aa461fe883db08a55bd32d5f23f81.tar.gz gentoo-402e1300c35aa461fe883db08a55bd32d5f23f81.tar.bz2 gentoo-402e1300c35aa461fe883db08a55bd32d5f23f81.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm/armv4/package.mask | 3 | ||||
-rw-r--r-- | profiles/arch/arm/armv4t/package.mask | 3 | ||||
-rw-r--r-- | 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 <anthonyryan1@gmail.com> (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 <anthonyryan1@gmail.com> (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 <anthonyryan1@gmail.com> (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 |