commit: eb4eb4117e27751666d425330eb9bb819531abc0 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com> AuthorDate: Tue Sep 17 20:36:53 2019 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Tue Sep 17 20:39:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4eb411
profiles: mask dpdk USE flag on ceph-14 (bug #693018) Bug: https://bugs.gentoo.org/693018 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> Copyright: Sony Interactive Entertainment Inc. profiles/default/linux/package.use.mask | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index 32fcd3ab13f..2e8ea3fca55 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Patrick McLean <[email protected]> (2019-09-17) +# Masked due to upstream build failures (bug #693018) +# One example: https://tracker.ceph.com/issues/41523 +>=sys-cluster/ceph-14.2 dpdk + # Aaron Bauman <[email protected]> (2019-04-14) # Masked due to vulnerability in dev-libs/ace dev-cpp/xsd ace
