diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-18 13:57:50 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-18 13:58:29 +0100 |
commit | 14f33668f77134e9d2a4121bcbab3bdd8a15d303 (patch) | |
tree | 0908182155d3a0b97ffcd46e57c931b13de8ecab /dev-qt/qtscxml/qtscxml-5.14.0.ebuild | |
parent | media-gfx/digikam: 6.4.0 version bump (diff) | |
download | gentoo-14f33668f77134e9d2a4121bcbab3bdd8a15d303.tar.gz gentoo-14f33668f77134e9d2a4121bcbab3bdd8a15d303.tar.bz2 gentoo-14f33668f77134e9d2a4121bcbab3bdd8a15d303.zip |
dev-qt: Add Qt 5.14.0
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtscxml/qtscxml-5.14.0.ebuild')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.14.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.14.0.ebuild b/dev-qt/qtscxml/qtscxml-5.14.0.ebuild new file mode 100644 index 000000000000..5fe2d2ce1fea --- /dev/null +++ b/dev-qt/qtscxml/qtscxml-5.14.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit qt5-build + +DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV} + ~dev-qt/qtdeclarative-${PV} +" +RDEPEND="${DEPEND}" |