summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-11 01:35:13 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-11 01:35:13 +0100
commit359fc371b09aa331917b8f5af3b0019bed1252e0 (patch)
tree1f97603e57de67a054542f1d122e114ac745f4bf
parentapp-office/libreoffice: Populate BDEPEND (diff)
downloadgentoo-359fc371.tar.gz
gentoo-359fc371.tar.bz2
gentoo-359fc371.zip
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@gentoo.org>
-rw-r--r--dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1-r1.ebuild20
1 files changed, 20 insertions, 0 deletions
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 000000000000..c18dcf034f82
--- /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}"