commit: b01468d9ecb9f246d4d588a2ce78456b2a1574df Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 1 18:04:39 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 1 18:13:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01468d9
profiles: Remove USE=seamonkey mask where not applicable Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/sh/use.mask | 1 - profiles/hardened/linux/powerpc/ppc64/use.mask | 1 - 2 files changed, 2 deletions(-) diff --git a/profiles/arch/sh/use.mask b/profiles/arch/sh/use.mask index ab2eb62dfa0..30d6147d1ed 100644 --- a/profiles/arch/sh/use.mask +++ b/profiles/arch/sh/use.mask @@ -106,7 +106,6 @@ dri # nspr isnt ported to SuperH which means no seamonkey/firefox/etc... nsplugin nss -seamonkey # USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh. # Bug #184563, 18 Sep 2007 diff --git a/profiles/hardened/linux/powerpc/ppc64/use.mask b/profiles/hardened/linux/powerpc/ppc64/use.mask index 3abb7f43138..a68fb1d3578 100644 --- a/profiles/hardened/linux/powerpc/ppc64/use.mask +++ b/profiles/hardened/linux/powerpc/ppc64/use.mask @@ -17,7 +17,6 @@ portaudio # mask mozilla/firefox (bug #108020) mozilla -seamonkey # Masked p2p for bug #155302 <[email protected]> p2p
