summaryrefslogtreecommitdiff
path: root/dev-qt/qtscxml/qtscxml-5.9.5-r1000.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-14 12:05:20 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-14 12:05:20 +0100
commitaf363caeaf47be875aefe597424cc75ef5776e14 (patch)
treef8ad03b45f72670d403afe01924d8c647368719f /dev-qt/qtscxml/qtscxml-5.9.5-r1000.ebuild
parent8fe23bce3f5bd62e7ce8c0dcd9e53df768c8dba6 (diff)
dev-qt/qtscxml : import from gentoo tree, make it use our eclass, increase revision to beat gentoo
Diffstat (limited to 'dev-qt/qtscxml/qtscxml-5.9.5-r1000.ebuild')
-rw-r--r--dev-qt/qtscxml/qtscxml-5.9.5-r1000.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.9.5-r1000.ebuild b/dev-qt/qtscxml/qtscxml-5.9.5-r1000.ebuild
new file mode 100644
index 00000000..f0ea7c25
--- /dev/null
+++ b/dev-qt/qtscxml/qtscxml-5.9.5-r1000.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build-r10000
+
+DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="amd64"
+fi
+
+IUSE=""
+
+DEPEND="
+ ~dev-qt/qtcore-${PV}
+ ~dev-qt/qtdeclarative-${PV}
+"
+RDEPEND="${DEPEND}"