diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-08-07 10:01:45 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-08-07 13:14:44 +0100 |
commit | 3b7d785c794ca500002160900fdd031f4001397c (patch) | |
tree | da076893cc2743544897bf77cb5a078235c332f7 /profiles | |
parent | sci-libs/fflas-ffpack: disable a (sometimes) failing test case. (diff) | |
download | gentoo-3b7d785c794ca500002160900fdd031f4001397c.tar.gz gentoo-3b7d785c794ca500002160900fdd031f4001397c.tar.bz2 gentoo-3b7d785c794ca500002160900fdd031f4001397c.zip |
profiles: Mask net-print/hplip-plugin[orblite] on most arches
The ORBlite scanner plugin only works on amd64 and x86.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 450387342147..df9701cc997f 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# James Le Cuirot <chewi@gentoo.org> (2021-08-07) +# The ORBlite scanner plugin only works on amd64 and x86. +net-print/hplip-plugin -orblite + # Sam James <sam@gentoo.org> (2021-07-12) # Haskell is (only) available on amd64/x86 right now in Gentoo # bug #801649 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 9889daf8c843..e9195b19e3d6 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot <chewi@gentoo.org> (2021-08-07) +# The ORBlite scanner plugin only works on amd64 and x86. +net-print/hplip-plugin -orblite + # Ionen Wolkens <ionen@gentoo.org> (2021-07-26) # nvenc on x86 needs both legacy 390 drivers and old vulnerable # <=media-video/ffmpeg-4.2.4, nvidia has no real x86 support. diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index d8f22f0dd177..76c19f87ac21 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# James Le Cuirot <chewi@gentoo.org> (2021-08-07) +# The ORBlite scanner plugin only works on amd64 and x86. +net-print/hplip-plugin orblite + # Sam James <sam@gentoo.org> (2021-08-04) # Needs last-rited app-dicts/kasumi # bug #786738 |