commit: e2694a8a06d4fdac3085ba74564b43c9a33aa5fa Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Aug 26 14:21:25 2016 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Aug 26 14:39:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2694a8a
profiles: Drop no longer needed invidivual tokudb per arch USE mask Individual tokudb per arch USE masks (commit 6fd72a72cebff7e13) are now longer needed now that we have a general mask in base profile (commit 55e3627640) and and lift the mask for individual supported architectures. profiles/arch/alpha/package.use.mask | 4 ---- profiles/arch/ia64/package.use.mask | 4 ---- profiles/arch/sparc/package.use.mask | 4 ---- 3 files changed, 12 deletions(-) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 440ce96..1cf06ad 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -77,10 +77,6 @@ dev-python/restkit cli # work on alpha. Mask USE flag for layman accordingly app-portage/layman -g-sorcery -# Brian Evans <[email protected]> (17 Sep 2015) -# Mask new USE flags for percona-server which are not available on alpha -dev-db/percona-server tokudb tokudb-backup-plugin - # Tobias Klausmann <[email protected]> (16 Sep 2015) # Mask USE=sssd for sudo because sys-auth/sssd is relatively big and doesn't # compile on alpha. The version specified does not have the USE flag, but that diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 6bb8be7..f8a0fdd 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -57,10 +57,6 @@ dev-qt/qtchooser test # Requires dev-python/ipython which triggers a long dep chain dev-python/restkit cli -# Brian Evans <[email protected]> (17 Sep 2015) -# Mask new USE flags for percona-server which are not available on ia64 -dev-db/percona-server tokudb tokudb-backup-plugin - # Brian Evans <[email protected]> (14 Sep 2015) # Mask new USE flags for mariadb which all arches do not yet have dependencies >=dev-db/mariadb-10.1.0 innodb-snappy diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index e5f6687..6770f78 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -71,10 +71,6 @@ net-mail/dovecot lz4 # Requires dev-python/ipython which triggers a long dep chain dev-python/restkit cli -# Brian Evans <[email protected]> (17 Sep 2015) -# Mask new USE flags for percona-server which are not available on sparc -dev-db/percona-server tokudb tokudb-backup-plugin - # Brian Evans <[email protected]> (14 Sep 2015) # Mask new USE flags for mariadb which all arches do not yet have dependencies >=dev-db/mariadb-10.1.0 innodb-snappy
