commit:     8b1c8f283c6e23170a8bcf2cff3103a79d30ec47
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 19:19:12 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 21:24:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1c8f28

media-gfx/scantailor-advanced: update EAPI 7 -> 8

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../scantailor-advanced/scantailor-advanced-1.0.16-r3.ebuild | 12 +++---------
 1 file 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

Reply via email to