diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-10-08 16:01:47 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-10-08 16:01:47 +0000 |
commit | ea37f1ff2769d315e0e7a451148860dc1136192b (patch) | |
tree | 976837ae907355c8df1a9f696f76874c80ee1c10 /dev-qt/qtscxml/qtscxml-5.15.11.ebuild | |
parent | 2023-10-08 15:47:01 UTC (diff) | |
parent | dev-qt/qtxmlpatterns: add 5.15.11 (diff) | |
download | gentoo-ea37f1ff2769d315e0e7a451148860dc1136192b.tar.gz gentoo-ea37f1ff2769d315e0e7a451148860dc1136192b.tar.bz2 gentoo-ea37f1ff2769d315e0e7a451148860dc1136192b.zip |
Merge updates from master
Diffstat (limited to 'dev-qt/qtscxml/qtscxml-5.15.11.ebuild')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.15.11.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.15.11.ebuild b/dev-qt/qtscxml/qtscxml-5.15.11.ebuild new file mode 100644 index 000000000000..df03cf101cc7 --- /dev/null +++ b/dev-qt/qtscxml/qtscxml-5.15.11.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qt5-build + +DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +fi + +IUSE="" + +DEPEND=" + =dev-qt/qtcore-${QT5_PV}* + =dev-qt/qtdeclarative-${QT5_PV}* +" +RDEPEND="${DEPEND}" |