diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 21:19:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 23:24:29 +0200 |
commit | 8b1c8f283c6e23170a8bcf2cff3103a79d30ec47 (patch) | |
tree | b8d08219eca9e1a41089ac244f04ecf882fe58f2 /media-gfx/scantailor-advanced | |
parent | media-gfx/autopano-sift-C: update EAPI 7 -> 8 (diff) | |
download | gentoo-8b1c8f283c6e23170a8bcf2cff3103a79d30ec47.tar.gz gentoo-8b1c8f283c6e23170a8bcf2cff3103a79d30ec47.tar.bz2 gentoo-8b1c8f283c6e23170a8bcf2cff3103a79d30ec47.zip |
media-gfx/scantailor-advanced: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/scantailor-advanced')
-rw-r--r-- | media-gfx/scantailor-advanced/scantailor-advanced-1.0.16-r3.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/media-gfx/scantailor-advanced/scantailor-advanced-1.0.16-r3.ebuild b/media-gfx/scantailor-advanced/scantailor-advanced-1.0.16-r3.ebuild index bfe062bf98c2..e2b8291c9681 100644 --- a/media-gfx/scantailor-advanced/scantailor-advanced-1.0.16-r3.ebuild +++ b/media-gfx/scantailor-advanced/scantailor-advanced-1.0.16-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake virtualx xdg @@ -14,9 +14,6 @@ SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" -BDEPEND=" - dev-qt/linguist-tools:5 -" COMMON_DEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -34,6 +31,7 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} dev-qt/qtsvg:5 " +BDEPEND="dev-qt/linguist-tools:5" PATCHES=( "${FILESDIR}"/${P}-tests.patch # bug 662004 @@ -42,10 +40,6 @@ PATCHES=( "${FILESDIR}"/${P}-bogus-dep.patch ) -src_prepare() { - cmake_src_prepare -} - src_test() { cd "${CMAKE_BUILD_DIR}" || die virtx cmake_src_test |