diff options
author | 2022-12-26 11:13:42 +0100 | |
---|---|---|
committer | 2022-12-26 11:17:19 +0100 | |
commit | 073a81eb641fc598bd4a5ab7af3d7819d6245c36 (patch) | |
tree | cb021295d8fe4fe1bf11611840b8056f9a60e0b7 /dev-libs | |
parent | dev-libs/kasync: update EAPI 7 -> 8 (diff) | |
download | gentoo-073a81eb641fc598bd4a5ab7af3d7819d6245c36.tar.gz gentoo-073a81eb641fc598bd4a5ab7af3d7819d6245c36.tar.bz2 gentoo-073a81eb641fc598bd4a5ab7af3d7819d6245c36.zip |
dev-libs/atcore: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/atcore/atcore-1.0.0.ebuild | 14 |
1 files 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 } |