2023-07-23 00:02:43 +03:00
|
|
|
# Copyright 2021-2023 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=8
|
|
|
|
|
|
|
|
inherit qt6-build
|
|
|
|
|
2023-09-07 14:05:57 +03:00
|
|
|
DESCRIPTION="Serial port abstraction library for the Qt6 framework"
|
2023-07-23 00:02:43 +03:00
|
|
|
|
|
|
|
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
|
|
|
KEYWORDS="~amd64"
|
|
|
|
fi
|
|
|
|
|
2023-09-07 14:05:57 +03:00
|
|
|
RDEPEND="
|
2023-09-11 00:12:16 +03:00
|
|
|
~dev-qt/qtbase-${PV}:6
|
2023-09-07 14:05:57 +03:00
|
|
|
virtual/libudev:=
|
2023-07-23 00:02:43 +03:00
|
|
|
"
|
2023-09-07 14:05:57 +03:00
|
|
|
DEPEND="${RDEPEND}"
|