From dad537f300d3054d8d7d3aeb717faca6ba9af673 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 28 Apr 2025 15:04:42 +0200 Subject: dev-vcs/svn2git: 1.0.20 + Qt 6 Bug: https://bugs.gentoo.org/954153 Signed-off-by: Sebastian Pipping --- dev-vcs/svn2git/svn2git-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dev-vcs/svn2git/svn2git-9999.ebuild') diff --git a/dev-vcs/svn2git/svn2git-9999.ebuild b/dev-vcs/svn2git/svn2git-9999.ebuild index 84c5b8c37422..6161e43ada54 100644 --- a/dev-vcs/svn2git/svn2git-9999.ebuild +++ b/dev-vcs/svn2git/svn2git-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,8 @@ SLOT="0" # KEYWORDS way up DEPEND=" - dev-qt/qtcore:5 + dev-qt/qt5compat:6 + dev-qt/qtbase:6 dev-vcs/subversion" RDEPEND="${DEPEND} dev-vcs/git" @@ -34,7 +35,7 @@ src_configure() { PREFIX=/usr SVN_INCLUDE=/usr/include/subversion-1 ) - eqmake5 "${qmake_args[@]}" fast-export2.pro + eqmake6 "${qmake_args[@]}" fast-export2.pro } src_install() { -- cgit v1.2.3