aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2017-04-18 19:46:19 +0300
committerJimi Huotari <chiitoo@gentoo.org>2017-04-18 19:46:19 +0300
commit42be17c927f52fd0f4b7c2455e67059e7164e17d (patch)
tree3c6ad47144901797c4d3b3fd60b79361785c5046 /dev-qt/qtscxml
parentMerge pull request #145 from Chiitoo (diff)
downloadqt-42be17c927f52fd0f4b7c2455e67059e7164e17d.tar.gz
qt-42be17c927f52fd0f4b7c2455e67059e7164e17d.tar.bz2
qt-42be17c927f52fd0f4b7c2455e67059e7164e17d.zip
dev-qt: Add live ebuilds for the 5.9 branch.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r--dev-qt/qtscxml/qtscxml-5.9.9999.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.9.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.9.9999.ebuild
new file mode 100644
index 00000000..e8f77a2e
--- /dev/null
+++ b/dev-qt/qtscxml/qtscxml-5.9.9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+ ~dev-qt/qtcore-${PV}
+ ~dev-qt/qtdeclarative-${PV}
+"
+RDEPEND="${DEPEND}"