forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-qt/qtserialbus: 5.15.8 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST qtserialbus-everywhere-opensource-src-5.15.7.tar.xz 358400 BLAKE2B 3b89d33fc96ae374b4193e6d70d9e29c68afd873d7c1783ce1b821dbba06f284b8138540d8f46e3385da843461f80dbaa911ddc1e7e8d02ea14858a43fff5abf SHA512 b67a409e48c28e91dc53bbf29716209ab37b75e0e54d54002c4eec10aa2209252cf5fb37b3c6b1004ec800a4dcd5313b6beda46167ed64dbabe6bd5e1b9be4b0 | ||
DIST qtserialbus-everywhere-opensource-src-5.15.8.tar.xz 358400 BLAKE2B a3b1f0f20f3cc9a49851a04838715f532a7e7ddcc2d711d7d52babe19153fc3309b8ed6d236ae0d4ea1bbb07e2a6a3feb9d4fb64c9fad9b7c464f5b3e8807fff SHA512 7877834f775d98464a5a220348ba395b91d6c4ce0cb794f2cd56d0878e8a7a36a1aff69abbcaa231a4ee42950b2b9db9db578d27dacaa48382522b0dd9bbe88a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
inherit qt5-build | ||
|
||
DESCRIPTION="Qt module to access CAN, ModBus, and other industrial serial buses and protocols" | ||
|
||
if [[ ${QT5_BUILD_TYPE} == release ]]; then | ||
KEYWORDS="~amd64 ~x86" | ||
fi | ||
|
||
IUSE="" | ||
|
||
DEPEND=" | ||
=dev-qt/qtcore-${QT5_PV}* | ||
=dev-qt/qtnetwork-${QT5_PV}* | ||
=dev-qt/qtserialport-${QT5_PV}* | ||
" | ||
RDEPEND="${DEPEND}" |