commit: 6716c62f25686dbb95a41d1b093f4082b7c66c31 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 22 10:21:39 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 22 10:22:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6716c62f
profiles: Mask flags requiring qdoc on 13.0 ARM profiles Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/default/linux/arm/13.0/armv6j/package.use.mask | 8 ++++++++ profiles/default/linux/arm/13.0/armv7a/package.use.mask | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/profiles/default/linux/arm/13.0/armv6j/package.use.mask b/profiles/default/linux/arm/13.0/armv6j/package.use.mask new file mode 100644 index 00000000000..3079ce2e42f --- /dev/null +++ b/profiles/default/linux/arm/13.0/armv6j/package.use.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <[email protected]> (22 Dec 2018) +# Those require masked dev-qt/qdoc. +dev-qt/qt-creator doc +dev-util/qbs doc + diff --git a/profiles/default/linux/arm/13.0/armv7a/package.use.mask b/profiles/default/linux/arm/13.0/armv7a/package.use.mask new file mode 100644 index 00000000000..5169921ad46 --- /dev/null +++ b/profiles/default/linux/arm/13.0/armv7a/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <[email protected]> (22 Dec 2018) +# Those require masked dev-qt/qdoc. +dev-qt/qt-creator doc +dev-util/qbs doc
