commit: 073a81eb641fc598bd4a5ab7af3d7819d6245c36
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 10:13:42 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 10:17:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073a81eb
dev-libs/atcore: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/atcore/atcore-1.0.0.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-libs/atcore/atcore-1.0.0.ebuild
b/dev-libs/atcore/atcore-1.0.0.ebuild
index dabc43053436..5f1724ce84ba 100644
--- a/dev-libs/atcore/atcore-1.0.0.ebuild
+++ b/dev-libs/atcore/atcore-1.0.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
ECM_TEST="forceoptional"
QTMIN=5.12.3
@@ -16,10 +16,6 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="doc gui test"
-BDEPEND="
- >=dev-qt/linguist-tools-${QTMIN}:5
- doc? ( app-doc/doxygen[dot] )
-"
DEPEND="
>=dev-qt/qtserialport-${QTMIN}:5
gui? (
@@ -29,13 +25,17 @@ DEPEND="
)
"
RDEPEND="${DEPEND}"
+BDEPEND="
+ >=dev-qt/linguist-tools-${QTMIN}:5
+ doc? ( app-doc/doxygen[dot] )
+"
src_prepare() {
ecm_src_prepare
sed -e "s/${PN}/${PF}/" -i doc/CMakeLists.txt || die
- use gui || ecm_punt_bogus_dep Qt5 Charts
+ use gui || ecm_punt_qt_module Charts
use test || cmake_comment_add_subdirectory unittests
}