commit: a328efaade63b2eb7e5c6f57a0aaa558d3296c5e Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri May 26 14:19:56 2017 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri May 26 14:21:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a328efaa
profiles: Clean up / unify masking of use flag "firebird" profiles/arch/amd64/use.mask | 4 ++++ profiles/arch/amd64/use.stable.mask | 4 ++++ profiles/arch/x86/package.use.stable.mask | 5 ----- profiles/arch/x86/use.mask | 4 ++++ profiles/arch/x86/use.stable.mask | 4 ++++ profiles/base/package.use.stable.mask | 4 ---- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 6a106a3063b..354467b5023 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -6,6 +6,10 @@ # SECTION: Unmask +# Andreas K. Hüttel <[email protected]> (26 May 2017) +# dev-db/firebird is keyworded ~amd64 +-firebird + # cilk has been ported to this arch. -cilk diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index 30b67e51e71..01113197b38 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Andreas K. Hüttel <[email protected]> (26 May 2017) +# dev-db/firebird is keyworded ~amd64 +firebird + # Michał Górny <[email protected]> (20 May 2017) # The modern versions of CUDA SDK are not suitable for stabilization. cuda diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index f0b9a1342bb..eee848c3d6c 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -47,11 +47,6 @@ dev-python/apptools test # Masked since skype isn't stable net-im/bitlbee skype -# Andreas K. Huettel <[email protected]> (29 Jun 2014) -# Not yet stabilized dependencies blocking sec bug 514886 -# we need to repeat this here likely because of the use.mask entry -app-office/libreoffice firebird - # Michał Górny <[email protected]> (30 Mar 2014) # Don't apply stable masks to python-exec since we're forcing every # impl there anyway. Please keep this in sync with use.stable.mask. diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 5cfbcb80234..a973a33dfdd 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -x86 +# Andreas K. Hüttel <[email protected]> (26 May 2017) +# dev-db/firebird is keyworded ~x86 +-firebird + # cilk has been ported to this arch. -cilk diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 3a096d726fc..1b0299b3697 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Andreas K. Hüttel <[email protected]> (26 May 2017) +# dev-db/firebird is keyworded ~x86 +firebird + # Mike Gilbert <[email protected]> (19 Oct 2014) # sys-libs/libapparmor apparmor diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 3aadf24624b..83015b1cb87 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -152,10 +152,6 @@ media-libs/libcaca java mono # dev-libs/opencryptoki will not be stabile any time soon (bug#510204) app-crypt/tpm-tools pkcs11 -# Andreas K. Huettel <[email protected]> (29 Jun 2014) -# Not yet stabilized dependencies blocking sec bug 514886 -app-office/libreoffice firebird - # Sergey Popov <[email protected]> (28 Oct 2013) # sys-cluster/cman is still in ~arch. sys-cluster/pacemaker cman
