Skip to content

Commit

Permalink
dev-qt/qtserialbus: 5.15.8 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 8, 2023
1 parent 0f38cda commit e4c97ef
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-qt/qtserialbus/Manifest
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
21 changes: 21 additions & 0 deletions dev-qt/qtserialbus/qtserialbus-5.15.8.ebuild
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}"

0 comments on commit e4c97ef

Please sign in to comment.