mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
dev-qt/qtserialport: add 6.11.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST qtserialport-everywhere-src-6.11.1.tar.xz 264092 BLAKE2B 41fb774700e757ce376f07e3069a265201acac3b62e28f5877b18648bbf8870937bfcf55ce918c25149475c4af88ff888c1630c7ddd6a9926bfd47cb5d1c7fce SHA512 6fcac1e82932a94b4a43c22268ea64f6d277507e08bbba89c803c8e7c16408d621e5c8ee11aaa829a4aaeae7ec1006a32b04980e7571098b3a8155a38d02d17a
|
||||
DIST qtserialport-everywhere-src-6.11.2.tar.xz 264044 BLAKE2B b9d74ac188bca059b7d77c6ef7289712a17ced17a5f33d25f7c529cf16157c99114005468cc380f88fede2e15d81049c8148fbea17ebc96e19a35713cc9c6f25 SHA512 3afc08503885bc55fd2f1fe3188d5c43173b355b880711e80b713b40414c737ac4eae02dc5fdc0d90f4235c9b9843ed9c2b5dd7dbf442eaa9c1126b5e38a625a
|
||||
|
||||
18
dev-qt/qtserialport/qtserialport-6.11.2.ebuild
Normal file
18
dev-qt/qtserialport/qtserialport-6.11.2.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Serial port abstraction library for the Qt6 framework"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
~dev-qt/qtbase-${PV}:6
|
||||
virtual/libudev:=
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user