diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-09-10 04:21:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-09-10 04:21:55 +0100 |
commit | 677b7ba5c317778df2ad7e70df94b9b7eec4adbc (patch) | |
tree | 6c418a1546fff5becab5d8b9ed6803323e7f316e /dev-qt/qtscxml | |
parent | fbda87924e6faa7a1919f1a2b4182490bde5ec5c (diff) |
gentoo resync : 10.09.2021
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/Manifest | 2 | ||||
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild (renamed from dev-qt/qtscxml/qtscxml-5.15.2.ebuild) | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest index e830715bf412..96dfcf731aaa 100644 --- a/dev-qt/qtscxml/Manifest +++ b/dev-qt/qtscxml/Manifest @@ -1,3 +1,3 @@ DIST qtscxml-everywhere-src-5.15.2.tar.xz 434204 BLAKE2B 8deaa46eb784690937160470b20dc01ae1b2ee80be89f1f19a22e1e2f2252d3d33427e96bb97b4ec8033b54a78c2a73e3b00fe3bbbe061e9b9bfb299801847fe SHA512 2a4719af94baefe7f0ca5a23239d07a05285a1698b052d17bb87bc221bbbc8bc25a70ff06d70d41ed7ac6a7e6646be9c516d8187c9098da1158c08e27a4b0bb8 -EBUILD qtscxml-5.15.2.ebuild 375 BLAKE2B 386d2aafcd8e10dde8bfc13ae25fb3283de4cbdfdf4e0d66a3c587f7c4605077971d58d425b18acbb1f34d66418329c3f425748ec2b5ccf84e492ddb2b4cb62d SHA512 f5af1e4af2c10ee8a85071d3502ed2c890365f070318d7e65208f4ff0115da2ec8a965893aa9090e6daf1f15a97b7592fcaf8fdb9bcb2921eb1a9f532a7fdcc0 +EBUILD qtscxml-5.15.2-r1.ebuild 386 BLAKE2B 46e2d831ef8d18627363fac2b9ea2e27196ce2fba0002ddd050371de458380b1039a3612df8a4302705e4c197d6a83a485f33b20932bd2bbb578996256ea222b SHA512 f03793767456bff609a61ae0b61b1e4d99b09c3931397225c846eb0410c7b8470fb252733713a14d2159d08a9ee4c3f6ffd7bd1d1647635ab9c7492556ca3041 MISC metadata.xml 481 BLAKE2B 210b94f2e7cdb09b2e07ec4a931ea47d5aed734be52e9dcb132ae174fc0707ebd82feff52e44490c7133274c4dd31b0898f9fa54ce700b635b6a45c2cbf2b5c6 SHA512 bc22732d392630b21ba3895b22a3b1835fe639f930bad0ebab511757df89ebbb30530f0c482ff0a7eb24c7ba844f0b2448040dc5252ac98b0ac01423f236829f diff --git a/dev-qt/qtscxml/qtscxml-5.15.2.ebuild b/dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild index 8a38c015dba4..03ff5ecc0229 100644 --- a/dev-qt/qtscxml/qtscxml-5.15.2.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + inherit qt5-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework" @@ -13,7 +14,7 @@ fi IUSE="" DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} + =dev-qt/qtcore-${QT5_PV}* + =dev-qt/qtdeclarative-${QT5_PV}* " RDEPEND="${DEPEND}" |