diff options
author | 2019-12-04 22:46:47 +0100 | |
---|---|---|
committer | 2019-12-06 04:52:51 +0100 | |
commit | 24354dd4c50b873b79df99e0ae7adb5928bb8508 (patch) | |
tree | a81b0a3316cd76d69d015868b44615e102e1138a /dev-qt/qtscxml | |
parent | qmake-utils.eclass: Drop obsolete EAPI-5 support (diff) | |
download | qt-24354dd4c50b873b79df99e0ae7adb5928bb8508.tar.gz qt-24354dd4c50b873b79df99e0ae7adb5928bb8508.tar.bz2 qt-24354dd4c50b873b79df99e0ae7adb5928bb8508.zip |
dev-qt: Qt 5.14.0_rc version bump
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.14.0_rc.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest index 80a12ea6..d2cc2cc3 100644 --- a/dev-qt/qtscxml/Manifest +++ b/dev-qt/qtscxml/Manifest @@ -1 +1,2 @@ DIST qtscxml-everywhere-src-5.14.0-beta3.tar.xz 434492 BLAKE2B 42fd53eead1fe2e6349337b38c65fb2082212358c050f172eff0b6544e04323e450b654bb4caf5d900574681701ebab10f292b4518565546da3f3c4fde5226d0 SHA512 8094bea6a76eb9885550d5373a014ca8e1def2addb78a5264c5a572bf2d17c0500119496c6683f980acaa36c8eb673a8afd33b7cc325e13697148f6c1a5df6d4 +DIST qtscxml-everywhere-src-5.14.0-rc.tar.xz 434184 BLAKE2B 5f19be40910183855b2bccf924269800b9494f01487c36b33003ef4c6890910e3591671542e7a75cbe69643c6afa280dce7ac1521f5a519f081ad8929410cd07 SHA512 037f3a1593abcc483f761b4d248a9a8354212193ea6df303f7c8af8229d2ed9ee6f124686732b176d7dd8d4b185d67f41326bb416a0d8c9511f853421f955515 diff --git a/dev-qt/qtscxml/qtscxml-5.14.0_rc.ebuild b/dev-qt/qtscxml/qtscxml-5.14.0_rc.ebuild new file mode 100644 index 00000000..5fe2d2ce --- /dev/null +++ b/dev-qt/qtscxml/qtscxml-5.14.0_rc.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}" |