commit: 359fc371b09aa331917b8f5af3b0019bed1252e0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Mar 11 00:35:13 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Mar 11 00:35:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359fc371
dev-qt/qtxmlpatterns: Add missing DEPEND on dev-qt/qtdeclarative Closes: https://bugs.gentoo.org/679472 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1-r1.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1-r1.ebuild new file mode 100644 index 00000000000..c18dcf034f8 --- /dev/null +++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit qt5-build + +DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV} + ~dev-qt/qtnetwork-${PV} + ~dev-qt/qtdeclarative-${PV} +" +RDEPEND="${DEPEND}"
