commit: 7b36ec9abef2021a55062417f49eb42558f7a6f2 Author: Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com> AuthorDate: Sat Jan 21 17:43:37 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Jan 21 17:43:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b36ec9a
profiles: arm 4, 4t, 5te mask dev-lang/nim Upstream supports arm >= 6, so we'll mask this package for only the problematic versions. profiles/arch/arm/armv4/package.mask | 3 +++ profiles/arch/arm/armv4t/package.mask | 4 ++++ profiles/arch/arm/armv5te/package.mask | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/profiles/arch/arm/armv4/package.mask b/profiles/arch/arm/armv4/package.mask new file mode 100644 index 00000000..356f298 --- /dev/null +++ b/profiles/arch/arm/armv4/package.mask @@ -0,0 +1,3 @@ +# Anthony Ryan <[email protected]> (21 Jan 2017) +# This package states supports for arm >= v6 +dev-lang/nim diff --git a/profiles/arch/arm/armv4t/package.mask b/profiles/arch/arm/armv4t/package.mask new file mode 100644 index 00000000..8d61e72 --- /dev/null +++ b/profiles/arch/arm/armv4t/package.mask @@ -0,0 +1,4 @@ +# Anthony Ryan <[email protected]> (21 Jan 2017) +# This package states supports for arm >= v6 +dev-lang/nim + diff --git a/profiles/arch/arm/armv5te/package.mask b/profiles/arch/arm/armv5te/package.mask new file mode 100644 index 00000000..8d61e72 --- /dev/null +++ b/profiles/arch/arm/armv5te/package.mask @@ -0,0 +1,4 @@ +# Anthony Ryan <[email protected]> (21 Jan 2017) +# This package states supports for arm >= v6 +dev-lang/nim +
